Shades of Neon Pink #FC71CF
Tints of Neon Pink #FC71CF
RGB
CMYK
RGB Variations
Color information
#FC71CF (or 0xFC71CF) is known color: Neon Pink. HEX triplet: FC, 71 and CF. RGB value is (252,113,207). Sum of RGB (Red+Green+Blue) = 252+113+207=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71CF is #038E30. Grayscale: #A5A5A5. Windows color (decimal): -233009 or 13595132. OLE color: 13595132.
HSL color Cylindrical-coordinate representation of color #FC71CF: hue angle of 319.42º 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 #FC71CF is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 207 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.01 |
| HSL | 319.42º | 0.96% | 0.72% | - |
| HSV(B) | 319.42º | 0.55% | 0.99% | - |
| XYZ | 57.31 | 37.01 | 63.15 | - |
| YUV | 165.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 207 | 0 | 0.55 | 0.18 | 0.01 | 319.42 | 0.96 | 0.72 |
| Hex | FC | 71 | CF | 0 | 37 | 12 | 1 | 13F | 60 | 48 |
| Octal | 374 | 161 | 317 | 0 | 67 | 22 | 1 | 477 | 140 | 110 |
| Binary | 11111100 | 1110001 | 11001111 | 0 | 110111 | 10010 | 1 | 100111111 | 1100000 | 1001000 |
Color Harmonies of #FC71CF
Complementary color
Monochromatic Colors of #FC71CF
Black with #FC71CF
Text Example
Text Example
White with #FC71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71CF; }
p { color: rgb(252,113,207); }
H1.HeaderClassName
{
color: #FC71CF;
}
.AnyTagClassName
{
color: #FC71CF;
}
</style>
background-color css
<style>
a { background-color: #FC71CF; }
a { background-color: rgb(252,113,207); }
div.DivClassName
{
background-color: #FC71CF;
}
.BgClassName
{
background-color: #FC71CF;
}
</style>
border-color css
<style>
span { border-color: #FC71CF; }
span { border-color: rgb(252,113,207); }
td.TdClassName
{
border-color: #FC71CF;
}
.TagClassName
{
border-color: #FC71CF;
}
</style>