Shades of Neon Pink #FC73C3
Tints of Neon Pink #FC73C3
RGB
CMYK
RGB Variations
Color information
#FC73C3 (or 0xFC73C3) is known color: Neon Pink. HEX triplet: FC, 73 and C3. RGB value is (252,115,195). Sum of RGB (Red+Green+Blue) = 252+115+195=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C3 is #038C3C. Grayscale: #A4A4A4. Windows color (decimal): -232509 or 12809212. OLE color: 12809212.
HSL color Cylindrical-coordinate representation of color #FC73C3: hue angle of 324.96º 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 #FC73C3 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 195 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.01 |
| HSL | 324.96º | 0.96% | 0.72% | - |
| HSV(B) | 324.96º | 0.54% | 0.99% | - |
| XYZ | 56.13 | 36.9 | 55.79 | - |
| YUV | 165.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 195 | 0 | 0.54 | 0.23 | 0.01 | 324.96 | 0.96 | 0.72 |
| Hex | FC | 73 | C3 | 0 | 36 | 17 | 1 | 145 | 60 | 48 |
| Octal | 374 | 163 | 303 | 0 | 66 | 27 | 1 | 505 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11000011 | 0 | 110110 | 10111 | 1 | 101000101 | 1100000 | 1001000 |
Color Harmonies of #FC73C3
Complementary color
Monochromatic Colors of #FC73C3
Black with #FC73C3
Text Example
Text Example
White with #FC73C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73C3; }
p { color: rgb(252,115,195); }
H1.HeaderClassName
{
color: #FC73C3;
}
.AnyTagClassName
{
color: #FC73C3;
}
</style>
background-color css
<style>
a { background-color: #FC73C3; }
a { background-color: rgb(252,115,195); }
div.DivClassName
{
background-color: #FC73C3;
}
.BgClassName
{
background-color: #FC73C3;
}
</style>
border-color css
<style>
span { border-color: #FC73C3; }
span { border-color: rgb(252,115,195); }
td.TdClassName
{
border-color: #FC73C3;
}
.TagClassName
{
border-color: #FC73C3;
}
</style>