Shades of Neon Pink #FC74D4
Tints of Neon Pink #FC74D4
RGB
CMYK
RGB Variations
Color information
#FC74D4 (or 0xFC74D4) is known color: Neon Pink. HEX triplet: FC, 74 and D4. RGB value is (252,116,212). Sum of RGB (Red+Green+Blue) = 252+116+212=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74D4 is #038B2B. Grayscale: #A7A7A7. Windows color (decimal): -232236 or 13923580. OLE color: 13923580.
HSL color Cylindrical-coordinate representation of color #FC74D4: hue angle of 317.65º 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 #FC74D4 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 212 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.01 |
| HSL | 317.65º | 0.96% | 0.72% | - |
| HSV(B) | 317.65º | 0.54% | 0.99% | - |
| XYZ | 58.27 | 37.94 | 66.54 | - |
| YUV | 167.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 212 | 0 | 0.54 | 0.16 | 0.01 | 317.65 | 0.96 | 0.72 |
| Hex | FC | 74 | D4 | 0 | 36 | 10 | 1 | 13E | 60 | 48 |
| Octal | 374 | 164 | 324 | 0 | 66 | 20 | 1 | 476 | 140 | 110 |
| Binary | 11111100 | 1110100 | 11010100 | 0 | 110110 | 10000 | 1 | 100111110 | 1100000 | 1001000 |
Color Harmonies of #FC74D4
Complementary color
Monochromatic Colors of #FC74D4
Black with #FC74D4
Text Example
Text Example
White with #FC74D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC74D4; }
p { color: rgb(252,116,212); }
H1.HeaderClassName
{
color: #FC74D4;
}
.AnyTagClassName
{
color: #FC74D4;
}
</style>
background-color css
<style>
a { background-color: #FC74D4; }
a { background-color: rgb(252,116,212); }
div.DivClassName
{
background-color: #FC74D4;
}
.BgClassName
{
background-color: #FC74D4;
}
</style>
border-color css
<style>
span { border-color: #FC74D4; }
span { border-color: rgb(252,116,212); }
td.TdClassName
{
border-color: #FC74D4;
}
.TagClassName
{
border-color: #FC74D4;
}
</style>