Shades of Neon Pink #FC76CE
Tints of Neon Pink #FC76CE
RGB
CMYK
RGB Variations
Color information
#FC76CE (or 0xFC76CE) is known color: Neon Pink. HEX triplet: FC, 76 and CE. RGB value is (252,118,206). Sum of RGB (Red+Green+Blue) = 252+118+206=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76CE is #038931. Grayscale: #A7A7A7. Windows color (decimal): -231730 or 13530876. OLE color: 13530876.
HSL color Cylindrical-coordinate representation of color #FC76CE: hue angle of 320.6º 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 #FC76CE is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 206 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.01 |
| HSL | 320.6º | 0.96% | 0.73% | - |
| HSV(B) | 320.6º | 0.53% | 0.99% | - |
| XYZ | 57.76 | 38.11 | 62.7 | - |
| YUV | 168.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 206 | 0 | 0.53 | 0.18 | 0.01 | 320.6 | 0.96 | 0.73 |
| Hex | FC | 76 | CE | 0 | 35 | 12 | 1 | 141 | 60 | 49 |
| Octal | 374 | 166 | 316 | 0 | 65 | 22 | 1 | 501 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11001110 | 0 | 110101 | 10010 | 1 | 101000001 | 1100000 | 1001001 |
Color Harmonies of #FC76CE
Complementary color
Monochromatic Colors of #FC76CE
Black with #FC76CE
Text Example
Text Example
White with #FC76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76CE; }
p { color: rgb(252,118,206); }
H1.HeaderClassName
{
color: #FC76CE;
}
.AnyTagClassName
{
color: #FC76CE;
}
</style>
background-color css
<style>
a { background-color: #FC76CE; }
a { background-color: rgb(252,118,206); }
div.DivClassName
{
background-color: #FC76CE;
}
.BgClassName
{
background-color: #FC76CE;
}
</style>
border-color css
<style>
span { border-color: #FC76CE; }
span { border-color: rgb(252,118,206); }
td.TdClassName
{
border-color: #FC76CE;
}
.TagClassName
{
border-color: #FC76CE;
}
</style>