Shades of Neon Pink #FC73D9
Tints of Neon Pink #FC73D9
RGB
CMYK
RGB Variations
Color information
#FC73D9 (or 0xFC73D9) is known color: Neon Pink. HEX triplet: FC, 73 and D9. RGB value is (252,115,217). Sum of RGB (Red+Green+Blue) = 252+115+217=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73D9 is #038C26. Grayscale: #A7A7A7. Windows color (decimal): -232487 or 14251004. OLE color: 14251004.
HSL color Cylindrical-coordinate representation of color #FC73D9: hue angle of 315.33º 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 #FC73D9 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 217 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.01 |
| HSL | 315.33º | 0.96% | 0.72% | - |
| HSV(B) | 315.33º | 0.54% | 0.99% | - |
| XYZ | 58.8 | 37.97 | 69.87 | - |
| YUV | 167.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 217 | 0 | 0.54 | 0.14 | 0.01 | 315.33 | 0.96 | 0.72 |
| Hex | FC | 73 | D9 | 0 | 36 | E | 1 | 13B | 60 | 48 |
| Octal | 374 | 163 | 331 | 0 | 66 | 16 | 1 | 473 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11011001 | 0 | 110110 | 1110 | 1 | 100111011 | 1100000 | 1001000 |
Color Harmonies of #FC73D9
Complementary color
Monochromatic Colors of #FC73D9
Black with #FC73D9
Text Example
Text Example
White with #FC73D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73D9; }
p { color: rgb(252,115,217); }
H1.HeaderClassName
{
color: #FC73D9;
}
.AnyTagClassName
{
color: #FC73D9;
}
</style>
background-color css
<style>
a { background-color: #FC73D9; }
a { background-color: rgb(252,115,217); }
div.DivClassName
{
background-color: #FC73D9;
}
.BgClassName
{
background-color: #FC73D9;
}
</style>
border-color css
<style>
span { border-color: #FC73D9; }
span { border-color: rgb(252,115,217); }
td.TdClassName
{
border-color: #FC73D9;
}
.TagClassName
{
border-color: #FC73D9;
}
</style>