Shades of Neon Pink #FE59CC
Tints of Neon Pink #FE59CC
RGB
CMYK
RGB Variations
Color information
#FE59CC (or 0xFE59CC) is known color: Neon Pink. HEX triplet: FE, 59 and CC. RGB value is (254,89,204). Sum of RGB (Red+Green+Blue) = 254+89+204=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59CC is #01A633. Grayscale: #979797. Windows color (decimal): -108084 or 13392382. OLE color: 13392382.
HSL color Cylindrical-coordinate representation of color #FE59CC: hue angle of 318.18º 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 #FE59CC is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 204 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.00 |
| HSL | 318.18º | 0.99% | 0.67% | - |
| HSV(B) | 318.18º | 0.65% | 1% | - |
| XYZ | 55.34 | 32.58 | 60.5 | - |
| YUV | 151.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 204 | 0 | 0.65 | 0.20 | 0.00 | 318.18 | 0.99 | 0.67 |
| Hex | FE | 59 | CC | 0 | 41 | 14 | 0 | 13E | 63 | 43 |
| Octal | 376 | 131 | 314 | 0 | 101 | 24 | 0 | 476 | 143 | 103 |
| Binary | 11111110 | 1011001 | 11001100 | 0 | 1000001 | 10100 | 0 | 100111110 | 1100011 | 1000011 |
Color Harmonies of #FE59CC
Complementary color
Monochromatic Colors of #FE59CC
Black with #FE59CC
Text Example
Text Example
White with #FE59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE59CC; }
p { color: rgb(254,89,204); }
H1.HeaderClassName
{
color: #FE59CC;
}
.AnyTagClassName
{
color: #FE59CC;
}
</style>
background-color css
<style>
a { background-color: #FE59CC; }
a { background-color: rgb(254,89,204); }
div.DivClassName
{
background-color: #FE59CC;
}
.BgClassName
{
background-color: #FE59CC;
}
</style>
border-color css
<style>
span { border-color: #FE59CC; }
span { border-color: rgb(254,89,204); }
td.TdClassName
{
border-color: #FE59CC;
}
.TagClassName
{
border-color: #FE59CC;
}
</style>