Shades of Neon Pink #FC78CA
Tints of Neon Pink #FC78CA
RGB
CMYK
RGB Variations
Color information
#FC78CA (or 0xFC78CA) is known color: Neon Pink. HEX triplet: FC, 78 and CA. RGB value is (252,120,202). Sum of RGB (Red+Green+Blue) = 252+120+202=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78CA is #038735. Grayscale: #A8A8A8. Windows color (decimal): -231222 or 13269244. OLE color: 13269244.
HSL color Cylindrical-coordinate representation of color #FC78CA: hue angle of 322.73º 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 #FC78CA is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 202 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.01 |
| HSL | 322.73º | 0.96% | 0.73% | - |
| HSV(B) | 322.73º | 0.52% | 0.99% | - |
| XYZ | 57.52 | 38.39 | 60.26 | - |
| YUV | 168.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 202 | 0 | 0.52 | 0.20 | 0.01 | 322.73 | 0.96 | 0.73 |
| Hex | FC | 78 | CA | 0 | 34 | 14 | 1 | 143 | 60 | 49 |
| Octal | 374 | 170 | 312 | 0 | 64 | 24 | 1 | 503 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11001010 | 0 | 110100 | 10100 | 1 | 101000011 | 1100000 | 1001001 |
Color Harmonies of #FC78CA
Complementary color
Monochromatic Colors of #FC78CA
Black with #FC78CA
Text Example
Text Example
White with #FC78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78CA; }
p { color: rgb(252,120,202); }
H1.HeaderClassName
{
color: #FC78CA;
}
.AnyTagClassName
{
color: #FC78CA;
}
</style>
background-color css
<style>
a { background-color: #FC78CA; }
a { background-color: rgb(252,120,202); }
div.DivClassName
{
background-color: #FC78CA;
}
.BgClassName
{
background-color: #FC78CA;
}
</style>
border-color css
<style>
span { border-color: #FC78CA; }
span { border-color: rgb(252,120,202); }
td.TdClassName
{
border-color: #FC78CA;
}
.TagClassName
{
border-color: #FC78CA;
}
</style>