What color is Neon Pink?
Neon pink is a blazing, electric pink with a strong violet push, hex #FF13F0, closer in tone to a hot pink flamingo feather than to a pastel blush. It reads at high intensity even in low light, with a brightness that appears almost backlit.
What is the meaning of the color Neon Pink?
Neon pink as a named color grew from the commercial rise of fluorescent dyes in the 1930s, when synthetic pigments capable of absorbing ultraviolet light were first produced by American chemists Joe and Bob Switzer around 1934. The color gained cultural traction in the 1980s when it became a defining shade of the decade’s fashion and streetwear, fueled by designers like Gianni Versace who used it repeatedly in high-visibility collections. Crayola added Hot Magenta, a close relative, to its standard range in 1990, helping fix a version of the color in popular consumer recognition. The specific label neon pink is used by Pantone as a fashion and trend color, giving it a documented position in the professional color system.
What colors go with Neon Pink?
Colors that pair well with Neon pink include:
Black: sharp, high-contrast anchor
Electric blue: bold, energetic clash
White: clean, open balance
Lime green: vivid, playful intensity
Deep purple: rich, moody depth
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF13F0 |
color: #FF13F0;
|
| RGB | 255, 19, 240 |
color: rgb(255, 19, 240);
|
| RGB Percentage | 100%, 7%, 94% |
color: rgb(100%, 7%, 94%);
|
| CMYK | 0%, 93%, 6%, 0% | Not supported in CSS |
| HSL | 304°, 100%, 54% |
color: hsl(304, 100%, 54%);
|
| HSV | 304°, 93%, 100% | Not supported in CSS |
| CIE-LAB | 43, 47, -74 |
color: lab(43% 47 -74);
|
| Decimal | 16716784 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.neon-pink {
color: #FF13F0;
}
$neon-pink: #FF13F0;
rgb(255, 19, 240)