Shades of Neon Pink #FC73C5
Tints of Neon Pink #FC73C5
RGB
CMYK
RGB Variations
Color information
#FC73C5 (or 0xFC73C5) is known color: Neon Pink. HEX triplet: FC, 73 and C5. RGB value is (252,115,197). Sum of RGB (Red+Green+Blue) = 252+115+197=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C5 is #038C3A. Grayscale: #A5A5A5. Windows color (decimal): -232507 or 12940284. OLE color: 12940284.
HSL color Cylindrical-coordinate representation of color #FC73C5: hue angle of 324.09º 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 #FC73C5 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 197 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.01 |
| HSL | 324.09º | 0.96% | 0.72% | - |
| HSV(B) | 324.09º | 0.54% | 0.99% | - |
| XYZ | 56.35 | 36.99 | 56.99 | - |
| YUV | 165.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 197 | 0 | 0.54 | 0.22 | 0.01 | 324.09 | 0.96 | 0.72 |
| Hex | FC | 73 | C5 | 0 | 36 | 16 | 1 | 144 | 60 | 48 |
| Octal | 374 | 163 | 305 | 0 | 66 | 26 | 1 | 504 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11000101 | 0 | 110110 | 10110 | 1 | 101000100 | 1100000 | 1001000 |
Color Harmonies of #FC73C5
Complementary color
Monochromatic Colors of #FC73C5
Black with #FC73C5
Text Example
Text Example
White with #FC73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73C5; }
p { color: rgb(252,115,197); }
H1.HeaderClassName
{
color: #FC73C5;
}
.AnyTagClassName
{
color: #FC73C5;
}
</style>
background-color css
<style>
a { background-color: #FC73C5; }
a { background-color: rgb(252,115,197); }
div.DivClassName
{
background-color: #FC73C5;
}
.BgClassName
{
background-color: #FC73C5;
}
</style>
border-color css
<style>
span { border-color: #FC73C5; }
span { border-color: rgb(252,115,197); }
td.TdClassName
{
border-color: #FC73C5;
}
.TagClassName
{
border-color: #FC73C5;
}
</style>