Shades of Neon Pink #FF73C0
Tints of Neon Pink #FF73C0
RGB
CMYK
RGB Variations
Color information
#FF73C0 (or 0xFF73C0) is known color: Neon Pink. HEX triplet: FF, 73 and C0. RGB value is (255,115,192). Sum of RGB (Red+Green+Blue) = 255+115+192=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73C0 is #008C3F. Grayscale: #A5A5A5. Windows color (decimal): -35904 or 12612607. OLE color: 12612607.
HSL color Cylindrical-coordinate representation of color #FF73C0: hue angle of 327º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73C0 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 192 | - |
| CMYK | 0 | 0.55 | 0.25 | 0 |
| HSL | 327º | 1% | 0.73% | - |
| HSV(B) | 327º | 0.55% | 1% | - |
| XYZ | 56.89 | 37.33 | 54.08 | - |
| YUV | 165.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 192 | 0 | 0.55 | 0.25 | 0 | 327 | 1 | 0.73 |
| Hex | FF | 73 | C0 | 0 | 37 | 19 | 0 | 147 | 64 | 49 |
| Octal | 377 | 163 | 300 | 0 | 67 | 31 | 0 | 507 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11000000 | 0 | 110111 | 11001 | 0 | 101000111 | 1100100 | 1001001 |
Color Harmonies of #FF73C0
Complementary color
Monochromatic Colors of #FF73C0
Black with #FF73C0
Text Example
Text Example
White with #FF73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73C0; }
p { color: rgb(255,115,192); }
H1.HeaderClassName
{
color: #FF73C0;
}
.AnyTagClassName
{
color: #FF73C0;
}
</style>
background-color css
<style>
a { background-color: #FF73C0; }
a { background-color: rgb(255,115,192); }
div.DivClassName
{
background-color: #FF73C0;
}
.BgClassName
{
background-color: #FF73C0;
}
</style>
border-color css
<style>
span { border-color: #FF73C0; }
span { border-color: rgb(255,115,192); }
td.TdClassName
{
border-color: #FF73C0;
}
.TagClassName
{
border-color: #FF73C0;
}
</style>