Shades of Neon Pink #FC73C7
Tints of Neon Pink #FC73C7
RGB
CMYK
RGB Variations
Color information
#FC73C7 (or 0xFC73C7) is known color: Neon Pink. HEX triplet: FC, 73 and C7. RGB value is (252,115,199). Sum of RGB (Red+Green+Blue) = 252+115+199=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C7 is #038C38. Grayscale: #A5A5A5. Windows color (decimal): -232505 or 13071356. OLE color: 13071356.
HSL color Cylindrical-coordinate representation of color #FC73C7: hue angle of 323.21º 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 #FC73C7 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 199 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.01 |
| HSL | 323.21º | 0.96% | 0.72% | - |
| HSV(B) | 323.21º | 0.54% | 0.99% | - |
| XYZ | 56.58 | 37.08 | 58.21 | - |
| YUV | 165.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 199 | 0 | 0.54 | 0.21 | 0.01 | 323.21 | 0.96 | 0.72 |
| Hex | FC | 73 | C7 | 0 | 36 | 15 | 1 | 143 | 60 | 48 |
| Octal | 374 | 163 | 307 | 0 | 66 | 25 | 1 | 503 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11000111 | 0 | 110110 | 10101 | 1 | 101000011 | 1100000 | 1001000 |
Color Harmonies of #FC73C7
Complementary color
Monochromatic Colors of #FC73C7
Black with #FC73C7
Text Example
Text Example
White with #FC73C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73C7; }
p { color: rgb(252,115,199); }
H1.HeaderClassName
{
color: #FC73C7;
}
.AnyTagClassName
{
color: #FC73C7;
}
</style>
background-color css
<style>
a { background-color: #FC73C7; }
a { background-color: rgb(252,115,199); }
div.DivClassName
{
background-color: #FC73C7;
}
.BgClassName
{
background-color: #FC73C7;
}
</style>
border-color css
<style>
span { border-color: #FC73C7; }
span { border-color: rgb(252,115,199); }
td.TdClassName
{
border-color: #FC73C7;
}
.TagClassName
{
border-color: #FC73C7;
}
</style>