What color is Neon Purple?
Neon purple is a vivid, electric violet with a strong blue-lean and high intensity, hex #8A00C4, closer to a blacklight poster than a pastel. The color has a sharp, glowing quality that makes it appear almost lit from within, similar to the color of a UV-reactive iris flower under bright light.
What is the meaning of the color Neon Purple?
Synthetic purple dyes became commercially viable after William Henry Perkin accidentally produced mauveine in London in 1856, opening a market for vivid violet and purple shades that had previously been too expensive for widespread use. Neon variations of purple emerged as a distinct visual category in the mid-20th century, tied to the rise of fluorescent pigments developed by brothers Joe and Bob Switzer in the 1930s and later commercialized under the Day-Glo brand by 1945. The intense, high-voltage quality of neon purple became associated with nightlife, electronic music, and youth culture through the 1980s rave scene in the United Kingdom. The color has since been used as a signature tone by brands in gaming and entertainment, including Twitch, whose brand palette incorporates a near-identical electric purple to anchor platform identity.
What colors go with Neon Purple?
Colors that pair well with Neon purple include:
Black: sharp, high-contrast depth
Lime green: bold, energetic clash
White: clean, bright balance
Hot pink: vivid tonal harmony
Deep navy: cool, grounding contrast
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #8A00C4 |
color: #8A00C4;
|
| RGB | 138, 0, 196 |
color: rgb(138, 0, 196);
|
| RGB Percentage | 54%, 0%, 77% |
color: rgb(54%, 0%, 77%);
|
| CMYK | 30%, 100%, 0%, 23% | Not supported in CSS |
| HSL | 282°, 100%, 38% |
color: hsl(282, 100%, 38%);
|
| HSV | 282°, 100%, 77% | Not supported in CSS |
| CIE-LAB | 30, 28, -65 |
color: lab(30% 28 -65);
|
| Decimal | 9044164 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.neon-purple {
color: #8A00C4;
}
$neon-purple: #8A00C4;
rgb(138, 0, 196)