Shades of Neon Pink #FC71CE
Tints of Neon Pink #FC71CE
RGB
CMYK
RGB Variations
Color information
#FC71CE (or 0xFC71CE) is known color: Neon Pink. HEX triplet: FC, 71 and CE. RGB value is (252,113,206). Sum of RGB (Red+Green+Blue) = 252+113+206=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71CE is #038E31. Grayscale: #A4A4A4. Windows color (decimal): -233010 or 13529596. OLE color: 13529596.
HSL color Cylindrical-coordinate representation of color #FC71CE: hue angle of 319.86º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC71CE is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 206 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.01 |
| HSL | 319.86º | 0.96% | 0.72% | - |
| HSV(B) | 319.86º | 0.55% | 0.99% | - |
| XYZ | 57.19 | 36.96 | 62.51 | - |
| YUV | 165.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 206 | 0 | 0.55 | 0.18 | 0.01 | 319.86 | 0.96 | 0.72 |
| Hex | FC | 71 | CE | 0 | 37 | 12 | 1 | 140 | 60 | 48 |
| Octal | 374 | 161 | 316 | 0 | 67 | 22 | 1 | 500 | 140 | 110 |
| Binary | 11111100 | 1110001 | 11001110 | 0 | 110111 | 10010 | 1 | 101000000 | 1100000 | 1001000 |
Color Harmonies of #FC71CE
Complementary color
Monochromatic Colors of #FC71CE
Black with #FC71CE
Text Example
Text Example
White with #FC71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71CE; }
p { color: rgb(252,113,206); }
H1.HeaderClassName
{
color: #FC71CE;
}
.AnyTagClassName
{
color: #FC71CE;
}
</style>
background-color css
<style>
a { background-color: #FC71CE; }
a { background-color: rgb(252,113,206); }
div.DivClassName
{
background-color: #FC71CE;
}
.BgClassName
{
background-color: #FC71CE;
}
</style>
border-color css
<style>
span { border-color: #FC71CE; }
span { border-color: rgb(252,113,206); }
td.TdClassName
{
border-color: #FC71CE;
}
.TagClassName
{
border-color: #FC71CE;
}
</style>