This generator builds electric neon palettes in the spirit of 80s synthwave and cyberpunk design. Colors are computed in HSL with saturation pushed near its maximum, then converted to hex for direct use.
How it works
A base hue is chosen at random, then related hues are derived by the selected harmony and forced into the neon zone:
- Triadic: three hues spaced 120° apart for maximum contrast.
- Split-complementary: the base plus two hues flanking its opposite (base +150° and +210°) for a slightly softer tension.
- Random: hues spread freely across the wheel.
Every resulting hue is set to saturation 95–100% and lightness 55–65% — the combination that reads as pure, glowing color.
Tips and notes
Neon palettes look their best on dark or near-black backgrounds; pair this with
the dark-mode generator for a full cyberpunk theme. To get the signature glow,
add a CSS text-shadow or box-shadow in the same hex with a blur radius.
Reserve neon for accents and headings rather than body text. Click any swatch to
copy its hex code.