Shades of Neon Pink #FC76CA
Tints of Neon Pink #FC76CA
RGB
CMYK
RGB Variations
Color information
#FC76CA (or 0xFC76CA) is known color: Neon Pink. HEX triplet: FC, 76 and CA. RGB value is (252,118,202). Sum of RGB (Red+Green+Blue) = 252+118+202=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76CA is #038935. Grayscale: #A7A7A7. Windows color (decimal): -231734 or 13268732. OLE color: 13268732.
HSL color Cylindrical-coordinate representation of color #FC76CA: hue angle of 322.39º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC76CA is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 202 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.01 |
| HSL | 322.39º | 0.96% | 0.73% | - |
| HSV(B) | 322.39º | 0.53% | 0.99% | - |
| XYZ | 57.28 | 37.92 | 60.18 | - |
| YUV | 167.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 202 | 0 | 0.53 | 0.20 | 0.01 | 322.39 | 0.96 | 0.73 |
| Hex | FC | 76 | CA | 0 | 35 | 14 | 1 | 142 | 60 | 49 |
| Octal | 374 | 166 | 312 | 0 | 65 | 24 | 1 | 502 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11001010 | 0 | 110101 | 10100 | 1 | 101000010 | 1100000 | 1001001 |
Color Harmonies of #FC76CA
Complementary color
Monochromatic Colors of #FC76CA
Black with #FC76CA
Text Example
Text Example
White with #FC76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76CA; }
p { color: rgb(252,118,202); }
H1.HeaderClassName
{
color: #FC76CA;
}
.AnyTagClassName
{
color: #FC76CA;
}
</style>
background-color css
<style>
a { background-color: #FC76CA; }
a { background-color: rgb(252,118,202); }
div.DivClassName
{
background-color: #FC76CA;
}
.BgClassName
{
background-color: #FC76CA;
}
</style>
border-color css
<style>
span { border-color: #FC76CA; }
span { border-color: rgb(252,118,202); }
td.TdClassName
{
border-color: #FC76CA;
}
.TagClassName
{
border-color: #FC76CA;
}
</style>