Shades of Neon Pink #FC76C4
Tints of Neon Pink #FC76C4
RGB
CMYK
RGB Variations
Color information
#FC76C4 (or 0xFC76C4) is known color: Neon Pink. HEX triplet: FC, 76 and C4. RGB value is (252,118,196). Sum of RGB (Red+Green+Blue) = 252+118+196=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76C4 is #03893B. Grayscale: #A6A6A6. Windows color (decimal): -231740 or 12875516. OLE color: 12875516.
HSL color Cylindrical-coordinate representation of color #FC76C4: hue angle of 325.07º 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 #FC76C4 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 196 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.01 |
| HSL | 325.07º | 0.96% | 0.73% | - |
| HSV(B) | 325.07º | 0.53% | 0.99% | - |
| XYZ | 56.59 | 37.64 | 56.51 | - |
| YUV | 166.96 | 144.39 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 196 | 0 | 0.53 | 0.22 | 0.01 | 325.07 | 0.96 | 0.73 |
| Hex | FC | 76 | C4 | 0 | 35 | 16 | 1 | 145 | 60 | 49 |
| Octal | 374 | 166 | 304 | 0 | 65 | 26 | 1 | 505 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11000100 | 0 | 110101 | 10110 | 1 | 101000101 | 1100000 | 1001001 |
Color Harmonies of #FC76C4
Complementary color
Monochromatic Colors of #FC76C4
Black with #FC76C4
Text Example
Text Example
White with #FC76C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76C4; }
p { color: rgb(252,118,196); }
H1.HeaderClassName
{
color: #FC76C4;
}
.AnyTagClassName
{
color: #FC76C4;
}
</style>
background-color css
<style>
a { background-color: #FC76C4; }
a { background-color: rgb(252,118,196); }
div.DivClassName
{
background-color: #FC76C4;
}
.BgClassName
{
background-color: #FC76C4;
}
</style>
border-color css
<style>
span { border-color: #FC76C4; }
span { border-color: rgb(252,118,196); }
td.TdClassName
{
border-color: #FC76C4;
}
.TagClassName
{
border-color: #FC76C4;
}
</style>