Shades of Neon Pink #FC74CF
Tints of Neon Pink #FC74CF
RGB
CMYK
RGB Variations
Color information
#FC74CF (or 0xFC74CF) is known color: Neon Pink. HEX triplet: FC, 74 and CF. RGB value is (252,116,207). Sum of RGB (Red+Green+Blue) = 252+116+207=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74CF is #038B30. Grayscale: #A6A6A6. Windows color (decimal): -232241 or 13595900. OLE color: 13595900.
HSL color Cylindrical-coordinate representation of color #FC74CF: hue angle of 319.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC74CF is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 207 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.01 |
| HSL | 319.85º | 0.96% | 0.72% | - |
| HSV(B) | 319.85º | 0.54% | 0.99% | - |
| XYZ | 57.65 | 37.69 | 63.27 | - |
| YUV | 167.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 207 | 0 | 0.54 | 0.18 | 0.01 | 319.85 | 0.96 | 0.72 |
| Hex | FC | 74 | CF | 0 | 36 | 12 | 1 | 140 | 60 | 48 |
| Octal | 374 | 164 | 317 | 0 | 66 | 22 | 1 | 500 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11001111 | 0 | 110110 | 10010 | 1 | 101000000 | 1100000 | 1001000 |
Color Harmonies of #FC74CF
Complementary color
Monochromatic Colors of #FC74CF
Black with #FC74CF
Text Example
Text Example
White with #FC74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74CF; }
p { color: rgb(252,116,207); }
H1.HeaderClassName
{
color: #FC74CF;
}
.AnyTagClassName
{
color: #FC74CF;
}
</style>
background-color css
<style>
a { background-color: #FC74CF; }
a { background-color: rgb(252,116,207); }
div.DivClassName
{
background-color: #FC74CF;
}
.BgClassName
{
background-color: #FC74CF;
}
</style>
border-color css
<style>
span { border-color: #FC74CF; }
span { border-color: rgb(252,116,207); }
td.TdClassName
{
border-color: #FC74CF;
}
.TagClassName
{
border-color: #FC74CF;
}
</style>