Shades of Neon Pink #FC78CB
Tints of Neon Pink #FC78CB
RGB
CMYK
RGB Variations
Color information
#FC78CB (or 0xFC78CB) is known color: Neon Pink. HEX triplet: FC, 78 and CB. RGB value is (252,120,203). Sum of RGB (Red+Green+Blue) = 252+120+203=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78CB is #038734. Grayscale: #A8A8A8. Windows color (decimal): -231221 or 13334780. OLE color: 13334780.
HSL color Cylindrical-coordinate representation of color #FC78CB: hue angle of 322.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78CB is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 203 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.01 |
| HSL | 322.27º | 0.96% | 0.73% | - |
| HSV(B) | 322.27º | 0.52% | 0.99% | - |
| XYZ | 57.64 | 38.44 | 60.88 | - |
| YUV | 168.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 203 | 0 | 0.52 | 0.19 | 0.01 | 322.27 | 0.96 | 0.73 |
| Hex | FC | 78 | CB | 0 | 34 | 13 | 1 | 142 | 60 | 49 |
| Octal | 374 | 170 | 313 | 0 | 64 | 23 | 1 | 502 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11001011 | 0 | 110100 | 10011 | 1 | 101000010 | 1100000 | 1001001 |
Color Harmonies of #FC78CB
Complementary color
Monochromatic Colors of #FC78CB
Black with #FC78CB
Text Example
Text Example
White with #FC78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78CB; }
p { color: rgb(252,120,203); }
H1.HeaderClassName
{
color: #FC78CB;
}
.AnyTagClassName
{
color: #FC78CB;
}
</style>
background-color css
<style>
a { background-color: #FC78CB; }
a { background-color: rgb(252,120,203); }
div.DivClassName
{
background-color: #FC78CB;
}
.BgClassName
{
background-color: #FC78CB;
}
</style>
border-color css
<style>
span { border-color: #FC78CB; }
span { border-color: rgb(252,120,203); }
td.TdClassName
{
border-color: #FC78CB;
}
.TagClassName
{
border-color: #FC78CB;
}
</style>