Shades of Neon Pink #FC59CB
Tints of Neon Pink #FC59CB
RGB
CMYK
RGB Variations
Color information
#FC59CB (or 0xFC59CB) is known color: Neon Pink. HEX triplet: FC, 59 and CB. RGB value is (252,89,203). Sum of RGB (Red+Green+Blue) = 252+89+203=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59CB is #03A634. Grayscale: #969696. Windows color (decimal): -239157 or 13326844. OLE color: 13326844.
HSL color Cylindrical-coordinate representation of color #FC59CB: hue angle of 318.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC59CB is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 203 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.01 |
| HSL | 318.04º | 0.96% | 0.67% | - |
| HSV(B) | 318.04º | 0.65% | 0.99% | - |
| XYZ | 54.5 | 32.15 | 59.83 | - |
| YUV | 150.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 203 | 0 | 0.65 | 0.19 | 0.01 | 318.04 | 0.96 | 0.67 |
| Hex | FC | 59 | CB | 0 | 41 | 13 | 1 | 13E | 60 | 43 |
| Octal | 374 | 131 | 313 | 0 | 101 | 23 | 1 | 476 | 140 | 103 |
| Binary | 11111100 | 1011001 | 11001011 | 0 | 1000001 | 10011 | 1 | 100111110 | 1100000 | 1000011 |
Color Harmonies of #FC59CB
Complementary color
Monochromatic Colors of #FC59CB
Black with #FC59CB
Text Example
Text Example
White with #FC59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59CB; }
p { color: rgb(252,89,203); }
H1.HeaderClassName
{
color: #FC59CB;
}
.AnyTagClassName
{
color: #FC59CB;
}
</style>
background-color css
<style>
a { background-color: #FC59CB; }
a { background-color: rgb(252,89,203); }
div.DivClassName
{
background-color: #FC59CB;
}
.BgClassName
{
background-color: #FC59CB;
}
</style>
border-color css
<style>
span { border-color: #FC59CB; }
span { border-color: rgb(252,89,203); }
td.TdClassName
{
border-color: #FC59CB;
}
.TagClassName
{
border-color: #FC59CB;
}
</style>