Shades of Neon Pink #FC73D5
Tints of Neon Pink #FC73D5
RGB
CMYK
RGB Variations
Color information
#FC73D5 (or 0xFC73D5) is known color: Neon Pink. HEX triplet: FC, 73 and D5. RGB value is (252,115,213). Sum of RGB (Red+Green+Blue) = 252+115+213=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73D5 is #038C2A. Grayscale: #A6A6A6. Windows color (decimal): -232491 or 13988860. OLE color: 13988860.
HSL color Cylindrical-coordinate representation of color #FC73D5: hue angle of 317.08º 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 #FC73D5 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 213 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.01 |
| HSL | 317.08º | 0.96% | 0.72% | - |
| HSV(B) | 317.08º | 0.54% | 0.99% | - |
| XYZ | 58.29 | 37.76 | 67.17 | - |
| YUV | 167.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 213 | 0 | 0.54 | 0.15 | 0.01 | 317.08 | 0.96 | 0.72 |
| Hex | FC | 73 | D5 | 0 | 36 | F | 1 | 13D | 60 | 48 |
| Octal | 374 | 163 | 325 | 0 | 66 | 17 | 1 | 475 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11010101 | 0 | 110110 | 1111 | 1 | 100111101 | 1100000 | 1001000 |
Color Harmonies of #FC73D5
Complementary color
Monochromatic Colors of #FC73D5
Black with #FC73D5
Text Example
Text Example
White with #FC73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73D5; }
p { color: rgb(252,115,213); }
H1.HeaderClassName
{
color: #FC73D5;
}
.AnyTagClassName
{
color: #FC73D5;
}
</style>
background-color css
<style>
a { background-color: #FC73D5; }
a { background-color: rgb(252,115,213); }
div.DivClassName
{
background-color: #FC73D5;
}
.BgClassName
{
background-color: #FC73D5;
}
</style>
border-color css
<style>
span { border-color: #FC73D5; }
span { border-color: rgb(252,115,213); }
td.TdClassName
{
border-color: #FC73D5;
}
.TagClassName
{
border-color: #FC73D5;
}
</style>