Shades of Neon Pink #FC78C8
Tints of Neon Pink #FC78C8
RGB
CMYK
RGB Variations
Color information
#FC78C8 (or 0xFC78C8) is known color: Neon Pink. HEX triplet: FC, 78 and C8. RGB value is (252,120,200). Sum of RGB (Red+Green+Blue) = 252+120+200=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78C8 is #038737. Grayscale: #A8A8A8. Windows color (decimal): -231224 or 13138172. OLE color: 13138172.
HSL color Cylindrical-coordinate representation of color #FC78C8: hue angle of 323.64º 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 #FC78C8 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 200 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.01 |
| HSL | 323.64º | 0.96% | 0.73% | - |
| HSV(B) | 323.64º | 0.52% | 0.99% | - |
| XYZ | 57.29 | 38.3 | 59.02 | - |
| YUV | 168.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 200 | 0 | 0.52 | 0.21 | 0.01 | 323.64 | 0.96 | 0.73 |
| Hex | FC | 78 | C8 | 0 | 34 | 15 | 1 | 144 | 60 | 49 |
| Octal | 374 | 170 | 310 | 0 | 64 | 25 | 1 | 504 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11001000 | 0 | 110100 | 10101 | 1 | 101000100 | 1100000 | 1001001 |
Color Harmonies of #FC78C8
Complementary color
Monochromatic Colors of #FC78C8
Black with #FC78C8
Text Example
Text Example
White with #FC78C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78C8; }
p { color: rgb(252,120,200); }
H1.HeaderClassName
{
color: #FC78C8;
}
.AnyTagClassName
{
color: #FC78C8;
}
</style>
background-color css
<style>
a { background-color: #FC78C8; }
a { background-color: rgb(252,120,200); }
div.DivClassName
{
background-color: #FC78C8;
}
.BgClassName
{
background-color: #FC78C8;
}
</style>
border-color css
<style>
span { border-color: #FC78C8; }
span { border-color: rgb(252,120,200); }
td.TdClassName
{
border-color: #FC78C8;
}
.TagClassName
{
border-color: #FC78C8;
}
</style>