Shades of Neon Pink #FC78CE
Tints of Neon Pink #FC78CE
RGB
CMYK
RGB Variations
Color information
#FC78CE (or 0xFC78CE) is known color: Neon Pink. HEX triplet: FC, 78 and CE. RGB value is (252,120,206). Sum of RGB (Red+Green+Blue) = 252+120+206=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78CE is #038731. Grayscale: #A9A9A9. Windows color (decimal): -231218 or 13531388. OLE color: 13531388.
HSL color Cylindrical-coordinate representation of color #FC78CE: hue angle of 320.91º 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 #FC78CE is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 206 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.01 |
| HSL | 320.91º | 0.96% | 0.73% | - |
| HSV(B) | 320.91º | 0.52% | 0.99% | - |
| XYZ | 58 | 38.58 | 62.78 | - |
| YUV | 169.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 206 | 0 | 0.52 | 0.18 | 0.01 | 320.91 | 0.96 | 0.73 |
| Hex | FC | 78 | CE | 0 | 34 | 12 | 1 | 141 | 60 | 49 |
| Octal | 374 | 170 | 316 | 0 | 64 | 22 | 1 | 501 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11001110 | 0 | 110100 | 10010 | 1 | 101000001 | 1100000 | 1001001 |
Color Harmonies of #FC78CE
Complementary color
Monochromatic Colors of #FC78CE
Black with #FC78CE
Text Example
Text Example
White with #FC78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78CE; }
p { color: rgb(252,120,206); }
H1.HeaderClassName
{
color: #FC78CE;
}
.AnyTagClassName
{
color: #FC78CE;
}
</style>
background-color css
<style>
a { background-color: #FC78CE; }
a { background-color: rgb(252,120,206); }
div.DivClassName
{
background-color: #FC78CE;
}
.BgClassName
{
background-color: #FC78CE;
}
</style>
border-color css
<style>
span { border-color: #FC78CE; }
span { border-color: rgb(252,120,206); }
td.TdClassName
{
border-color: #FC78CE;
}
.TagClassName
{
border-color: #FC78CE;
}
</style>