Shades of Neon Pink #FC73C2
Tints of Neon Pink #FC73C2
RGB
CMYK
RGB Variations
Color information
#FC73C2 (or 0xFC73C2) is known color: Neon Pink. HEX triplet: FC, 73 and C2. RGB value is (252,115,194). Sum of RGB (Red+Green+Blue) = 252+115+194=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C2 is #038C3D. Grayscale: #A4A4A4. Windows color (decimal): -232510 or 12743676. OLE color: 12743676.
HSL color Cylindrical-coordinate representation of color #FC73C2: hue angle of 325.4º 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 #FC73C2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 194 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.01 |
| HSL | 325.4º | 0.96% | 0.72% | - |
| HSV(B) | 325.4º | 0.54% | 0.99% | - |
| XYZ | 56.01 | 36.85 | 55.2 | - |
| YUV | 164.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 194 | 0 | 0.54 | 0.23 | 0.01 | 325.4 | 0.96 | 0.72 |
| Hex | FC | 73 | C2 | 0 | 36 | 17 | 1 | 145 | 60 | 48 |
| Octal | 374 | 163 | 302 | 0 | 66 | 27 | 1 | 505 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11000010 | 0 | 110110 | 10111 | 1 | 101000101 | 1100000 | 1001000 |
Color Harmonies of #FC73C2
Complementary color
Monochromatic Colors of #FC73C2
Black with #FC73C2
Text Example
Text Example
White with #FC73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73C2; }
p { color: rgb(252,115,194); }
H1.HeaderClassName
{
color: #FC73C2;
}
.AnyTagClassName
{
color: #FC73C2;
}
</style>
background-color css
<style>
a { background-color: #FC73C2; }
a { background-color: rgb(252,115,194); }
div.DivClassName
{
background-color: #FC73C2;
}
.BgClassName
{
background-color: #FC73C2;
}
</style>
border-color css
<style>
span { border-color: #FC73C2; }
span { border-color: rgb(252,115,194); }
td.TdClassName
{
border-color: #FC73C2;
}
.TagClassName
{
border-color: #FC73C2;
}
</style>