Shades of Neon Pink #FC73D4
Tints of Neon Pink #FC73D4
RGB
CMYK
RGB Variations
Color information
#FC73D4 (or 0xFC73D4) is known color: Neon Pink. HEX triplet: FC, 73 and D4. RGB value is (252,115,212). Sum of RGB (Red+Green+Blue) = 252+115+212=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73D4 is #038C2B. Grayscale: #A6A6A6. Windows color (decimal): -232492 or 13923324. OLE color: 13923324.
HSL color Cylindrical-coordinate representation of color #FC73D4: hue angle of 317.52º 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 #FC73D4 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 212 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.01 |
| HSL | 317.52º | 0.96% | 0.72% | - |
| HSV(B) | 317.52º | 0.54% | 0.99% | - |
| XYZ | 58.16 | 37.71 | 66.5 | - |
| YUV | 167.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 212 | 0 | 0.54 | 0.16 | 0.01 | 317.52 | 0.96 | 0.72 |
| Hex | FC | 73 | D4 | 0 | 36 | 10 | 1 | 13E | 60 | 48 |
| Octal | 374 | 163 | 324 | 0 | 66 | 20 | 1 | 476 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11010100 | 0 | 110110 | 10000 | 1 | 100111110 | 1100000 | 1001000 |
Color Harmonies of #FC73D4
Complementary color
Monochromatic Colors of #FC73D4
Black with #FC73D4
Text Example
Text Example
White with #FC73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73D4; }
p { color: rgb(252,115,212); }
H1.HeaderClassName
{
color: #FC73D4;
}
.AnyTagClassName
{
color: #FC73D4;
}
</style>
background-color css
<style>
a { background-color: #FC73D4; }
a { background-color: rgb(252,115,212); }
div.DivClassName
{
background-color: #FC73D4;
}
.BgClassName
{
background-color: #FC73D4;
}
</style>
border-color css
<style>
span { border-color: #FC73D4; }
span { border-color: rgb(252,115,212); }
td.TdClassName
{
border-color: #FC73D4;
}
.TagClassName
{
border-color: #FC73D4;
}
</style>