Shades of Neon Pink #FC73D7
Tints of Neon Pink #FC73D7
RGB
CMYK
RGB Variations
Color information
#FC73D7 (or 0xFC73D7) is known color: Neon Pink. HEX triplet: FC, 73 and D7. RGB value is (252,115,215). Sum of RGB (Red+Green+Blue) = 252+115+215=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73D7 is #038C28. Grayscale: #A7A7A7. Windows color (decimal): -232489 or 14119932. OLE color: 14119932.
HSL color Cylindrical-coordinate representation of color #FC73D7: hue angle of 316.2º 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 #FC73D7 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 215 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.01 |
| HSL | 316.2º | 0.96% | 0.72% | - |
| HSV(B) | 316.2º | 0.54% | 0.99% | - |
| XYZ | 58.54 | 37.86 | 68.51 | - |
| YUV | 167.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 215 | 0 | 0.54 | 0.15 | 0.01 | 316.2 | 0.96 | 0.72 |
| Hex | FC | 73 | D7 | 0 | 36 | F | 1 | 13C | 60 | 48 |
| Octal | 374 | 163 | 327 | 0 | 66 | 17 | 1 | 474 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11010111 | 0 | 110110 | 1111 | 1 | 100111100 | 1100000 | 1001000 |
Color Harmonies of #FC73D7
Complementary color
Monochromatic Colors of #FC73D7
Black with #FC73D7
Text Example
Text Example
White with #FC73D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73D7; }
p { color: rgb(252,115,215); }
H1.HeaderClassName
{
color: #FC73D7;
}
.AnyTagClassName
{
color: #FC73D7;
}
</style>
background-color css
<style>
a { background-color: #FC73D7; }
a { background-color: rgb(252,115,215); }
div.DivClassName
{
background-color: #FC73D7;
}
.BgClassName
{
background-color: #FC73D7;
}
</style>
border-color css
<style>
span { border-color: #FC73D7; }
span { border-color: rgb(252,115,215); }
td.TdClassName
{
border-color: #FC73D7;
}
.TagClassName
{
border-color: #FC73D7;
}
</style>