Shades of Neon Pink #FF73D2
Tints of Neon Pink #FF73D2
RGB
CMYK
RGB Variations
Color information
#FF73D2 (or 0xFF73D2) is known color: Neon Pink. HEX triplet: FF, 73 and D2. RGB value is (255,115,210). Sum of RGB (Red+Green+Blue) = 255+115+210=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73D2 is #008C2D. Grayscale: #A7A7A7. Windows color (decimal): -35886 or 13792255. OLE color: 13792255.
HSL color Cylindrical-coordinate representation of color #FF73D2: hue angle of 319.29º 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 #FF73D2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 210 | - |
| CMYK | 0 | 0.55 | 0.18 | 0 |
| HSL | 319.29º | 1% | 0.73% | - |
| HSV(B) | 319.29º | 0.55% | 1% | - |
| XYZ | 59 | 38.17 | 65.23 | - |
| YUV | 167.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 210 | 0 | 0.55 | 0.18 | 0 | 319.29 | 1 | 0.73 |
| Hex | FF | 73 | D2 | 0 | 37 | 12 | 0 | 13F | 64 | 49 |
| Octal | 377 | 163 | 322 | 0 | 67 | 22 | 0 | 477 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11010010 | 0 | 110111 | 10010 | 0 | 100111111 | 1100100 | 1001001 |
Color Harmonies of #FF73D2
Complementary color
Monochromatic Colors of #FF73D2
Black with #FF73D2
Text Example
Text Example
White with #FF73D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73D2; }
p { color: rgb(255,115,210); }
H1.HeaderClassName
{
color: #FF73D2;
}
.AnyTagClassName
{
color: #FF73D2;
}
</style>
background-color css
<style>
a { background-color: #FF73D2; }
a { background-color: rgb(255,115,210); }
div.DivClassName
{
background-color: #FF73D2;
}
.BgClassName
{
background-color: #FF73D2;
}
</style>
border-color css
<style>
span { border-color: #FF73D2; }
span { border-color: rgb(255,115,210); }
td.TdClassName
{
border-color: #FF73D2;
}
.TagClassName
{
border-color: #FF73D2;
}
</style>