Shades of Neon Pink #FC73CA
Tints of Neon Pink #FC73CA
RGB
CMYK
RGB Variations
Color information
#FC73CA (or 0xFC73CA) is known color: Neon Pink. HEX triplet: FC, 73 and CA. RGB value is (252,115,202). Sum of RGB (Red+Green+Blue) = 252+115+202=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73CA is #038C35. Grayscale: #A5A5A5. Windows color (decimal): -232502 or 13267964. OLE color: 13267964.
HSL color Cylindrical-coordinate representation of color #FC73CA: hue angle of 321.9º 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 #FC73CA is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 202 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.01 |
| HSL | 321.9º | 0.96% | 0.72% | - |
| HSV(B) | 321.9º | 0.54% | 0.99% | - |
| XYZ | 56.94 | 37.22 | 60.06 | - |
| YUV | 165.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 202 | 0 | 0.54 | 0.20 | 0.01 | 321.9 | 0.96 | 0.72 |
| Hex | FC | 73 | CA | 0 | 36 | 14 | 1 | 142 | 60 | 48 |
| Octal | 374 | 163 | 312 | 0 | 66 | 24 | 1 | 502 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11001010 | 0 | 110110 | 10100 | 1 | 101000010 | 1100000 | 1001000 |
Color Harmonies of #FC73CA
Complementary color
Monochromatic Colors of #FC73CA
Black with #FC73CA
Text Example
Text Example
White with #FC73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73CA; }
p { color: rgb(252,115,202); }
H1.HeaderClassName
{
color: #FC73CA;
}
.AnyTagClassName
{
color: #FC73CA;
}
</style>
background-color css
<style>
a { background-color: #FC73CA; }
a { background-color: rgb(252,115,202); }
div.DivClassName
{
background-color: #FC73CA;
}
.BgClassName
{
background-color: #FC73CA;
}
</style>
border-color css
<style>
span { border-color: #FC73CA; }
span { border-color: rgb(252,115,202); }
td.TdClassName
{
border-color: #FC73CA;
}
.TagClassName
{
border-color: #FC73CA;
}
</style>