Shades of Neon Pink #FC76D1
Tints of Neon Pink #FC76D1
RGB
CMYK
RGB Variations
Color information
#FC76D1 (or 0xFC76D1) is known color: Neon Pink. HEX triplet: FC, 76 and D1. RGB value is (252,118,209). Sum of RGB (Red+Green+Blue) = 252+118+209=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76D1 is #03892E. Grayscale: #A8A8A8. Windows color (decimal): -231727 or 13727484. OLE color: 13727484.
HSL color Cylindrical-coordinate representation of color #FC76D1: hue angle of 319.25º 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 #FC76D1 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 209 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.01 |
| HSL | 319.25º | 0.96% | 0.73% | - |
| HSV(B) | 319.25º | 0.53% | 0.99% | - |
| XYZ | 58.13 | 38.26 | 64.64 | - |
| YUV | 168.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 209 | 0 | 0.53 | 0.17 | 0.01 | 319.25 | 0.96 | 0.73 |
| Hex | FC | 76 | D1 | 0 | 35 | 11 | 1 | 13F | 60 | 49 |
| Octal | 374 | 166 | 321 | 0 | 65 | 21 | 1 | 477 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11010001 | 0 | 110101 | 10001 | 1 | 100111111 | 1100000 | 1001001 |
Color Harmonies of #FC76D1
Complementary color
Monochromatic Colors of #FC76D1
Black with #FC76D1
Text Example
Text Example
White with #FC76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76D1; }
p { color: rgb(252,118,209); }
H1.HeaderClassName
{
color: #FC76D1;
}
.AnyTagClassName
{
color: #FC76D1;
}
</style>
background-color css
<style>
a { background-color: #FC76D1; }
a { background-color: rgb(252,118,209); }
div.DivClassName
{
background-color: #FC76D1;
}
.BgClassName
{
background-color: #FC76D1;
}
</style>
border-color css
<style>
span { border-color: #FC76D1; }
span { border-color: rgb(252,118,209); }
td.TdClassName
{
border-color: #FC76D1;
}
.TagClassName
{
border-color: #FC76D1;
}
</style>