Shades of Neon Pink #FE59C2
Tints of Neon Pink #FE59C2
RGB
CMYK
RGB Variations
Color information
#FE59C2 (or 0xFE59C2) is known color: Neon Pink. HEX triplet: FE, 59 and C2. RGB value is (254,89,194). Sum of RGB (Red+Green+Blue) = 254+89+194=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59C2 is #01A63D. Grayscale: #969696. Windows color (decimal): -108094 or 12737022. OLE color: 12737022.
HSL color Cylindrical-coordinate representation of color #FE59C2: hue angle of 321.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE59C2 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 194 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.00 |
| HSL | 321.82º | 0.99% | 0.67% | - |
| HSV(B) | 321.82º | 0.65% | 1% | - |
| XYZ | 54.18 | 32.11 | 54.38 | - |
| YUV | 150.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 194 | 0 | 0.65 | 0.24 | 0.00 | 321.82 | 0.99 | 0.67 |
| Hex | FE | 59 | C2 | 0 | 41 | 18 | 0 | 142 | 63 | 43 |
| Octal | 376 | 131 | 302 | 0 | 101 | 30 | 0 | 502 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11000010 | 0 | 1000001 | 11000 | 0 | 101000010 | 1100011 | 1000011 |
Color Harmonies of #FE59C2
Complementary color
Monochromatic Colors of #FE59C2
Black with #FE59C2
Text Example
Text Example
White with #FE59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59C2; }
p { color: rgb(254,89,194); }
H1.HeaderClassName
{
color: #FE59C2;
}
.AnyTagClassName
{
color: #FE59C2;
}
</style>
background-color css
<style>
a { background-color: #FE59C2; }
a { background-color: rgb(254,89,194); }
div.DivClassName
{
background-color: #FE59C2;
}
.BgClassName
{
background-color: #FE59C2;
}
</style>
border-color css
<style>
span { border-color: #FE59C2; }
span { border-color: rgb(254,89,194); }
td.TdClassName
{
border-color: #FE59C2;
}
.TagClassName
{
border-color: #FE59C2;
}
</style>