Shades of Neon Pink #FC74CB
Tints of Neon Pink #FC74CB
RGB
CMYK
RGB Variations
Color information
#FC74CB (or 0xFC74CB) is known color: Neon Pink. HEX triplet: FC, 74 and CB. RGB value is (252,116,203). Sum of RGB (Red+Green+Blue) = 252+116+203=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74CB is #038B34. Grayscale: #A6A6A6. Windows color (decimal): -232245 or 13333756. OLE color: 13333756.
HSL color Cylindrical-coordinate representation of color #FC74CB: hue angle of 321.62º 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 #FC74CB is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 203 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.01 |
| HSL | 321.62º | 0.96% | 0.72% | - |
| HSV(B) | 321.62º | 0.54% | 0.99% | - |
| XYZ | 57.17 | 37.5 | 60.72 | - |
| YUV | 166.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 203 | 0 | 0.54 | 0.19 | 0.01 | 321.62 | 0.96 | 0.72 |
| Hex | FC | 74 | CB | 0 | 36 | 13 | 1 | 142 | 60 | 48 |
| Octal | 374 | 164 | 313 | 0 | 66 | 23 | 1 | 502 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11001011 | 0 | 110110 | 10011 | 1 | 101000010 | 1100000 | 1001000 |
Color Harmonies of #FC74CB
Complementary color
Monochromatic Colors of #FC74CB
Black with #FC74CB
Text Example
Text Example
White with #FC74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74CB; }
p { color: rgb(252,116,203); }
H1.HeaderClassName
{
color: #FC74CB;
}
.AnyTagClassName
{
color: #FC74CB;
}
</style>
background-color css
<style>
a { background-color: #FC74CB; }
a { background-color: rgb(252,116,203); }
div.DivClassName
{
background-color: #FC74CB;
}
.BgClassName
{
background-color: #FC74CB;
}
</style>
border-color css
<style>
span { border-color: #FC74CB; }
span { border-color: rgb(252,116,203); }
td.TdClassName
{
border-color: #FC74CB;
}
.TagClassName
{
border-color: #FC74CB;
}
</style>