Shades of Neon Pink #FC76C2
Tints of Neon Pink #FC76C2
RGB
CMYK
RGB Variations
Color information
#FC76C2 (or 0xFC76C2) is known color: Neon Pink. HEX triplet: FC, 76 and C2. RGB value is (252,118,194). Sum of RGB (Red+Green+Blue) = 252+118+194=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76C2 is #03893D. Grayscale: #A6A6A6. Windows color (decimal): -231742 or 12744444. OLE color: 12744444.
HSL color Cylindrical-coordinate representation of color #FC76C2: hue angle of 325.97º 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 #FC76C2 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 194 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.01 |
| HSL | 325.97º | 0.96% | 0.73% | - |
| HSV(B) | 325.97º | 0.53% | 0.99% | - |
| XYZ | 56.36 | 37.55 | 55.32 | - |
| YUV | 166.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 194 | 0 | 0.53 | 0.23 | 0.01 | 325.97 | 0.96 | 0.73 |
| Hex | FC | 76 | C2 | 0 | 35 | 17 | 1 | 146 | 60 | 49 |
| Octal | 374 | 166 | 302 | 0 | 65 | 27 | 1 | 506 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11000010 | 0 | 110101 | 10111 | 1 | 101000110 | 1100000 | 1001001 |
Color Harmonies of #FC76C2
Complementary color
Monochromatic Colors of #FC76C2
Black with #FC76C2
Text Example
Text Example
White with #FC76C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76C2; }
p { color: rgb(252,118,194); }
H1.HeaderClassName
{
color: #FC76C2;
}
.AnyTagClassName
{
color: #FC76C2;
}
</style>
background-color css
<style>
a { background-color: #FC76C2; }
a { background-color: rgb(252,118,194); }
div.DivClassName
{
background-color: #FC76C2;
}
.BgClassName
{
background-color: #FC76C2;
}
</style>
border-color css
<style>
span { border-color: #FC76C2; }
span { border-color: rgb(252,118,194); }
td.TdClassName
{
border-color: #FC76C2;
}
.TagClassName
{
border-color: #FC76C2;
}
</style>