Shades of Neon Pink #FF73BD
Tints of Neon Pink #FF73BD
RGB
CMYK
RGB Variations
Color information
#FF73BD (or 0xFF73BD) is known color: Neon Pink. HEX triplet: FF, 73 and BD. RGB value is (255,115,189). Sum of RGB (Red+Green+Blue) = 255+115+189=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73BD is #008C42. Grayscale: #A5A5A5. Windows color (decimal): -35907 or 12415999. OLE color: 12415999.
HSL color Cylindrical-coordinate representation of color #FF73BD: hue angle of 328.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 #FF73BD is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 189 | - |
| CMYK | 0 | 0.55 | 0.26 | 0 |
| HSL | 328.29º | 1% | 0.73% | - |
| HSV(B) | 328.29º | 0.55% | 1% | - |
| XYZ | 56.56 | 37.2 | 52.34 | - |
| YUV | 165.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 189 | 0 | 0.55 | 0.26 | 0 | 328.29 | 1 | 0.73 |
| Hex | FF | 73 | BD | 0 | 37 | 1A | 0 | 148 | 64 | 49 |
| Octal | 377 | 163 | 275 | 0 | 67 | 32 | 0 | 510 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10111101 | 0 | 110111 | 11010 | 0 | 101001000 | 1100100 | 1001001 |
Color Harmonies of #FF73BD
Complementary color
Monochromatic Colors of #FF73BD
Black with #FF73BD
Text Example
Text Example
White with #FF73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73BD; }
p { color: rgb(255,115,189); }
H1.HeaderClassName
{
color: #FF73BD;
}
.AnyTagClassName
{
color: #FF73BD;
}
</style>
background-color css
<style>
a { background-color: #FF73BD; }
a { background-color: rgb(255,115,189); }
div.DivClassName
{
background-color: #FF73BD;
}
.BgClassName
{
background-color: #FF73BD;
}
</style>
border-color css
<style>
span { border-color: #FF73BD; }
span { border-color: rgb(255,115,189); }
td.TdClassName
{
border-color: #FF73BD;
}
.TagClassName
{
border-color: #FF73BD;
}
</style>