Shades of Neon Pink #FF73BF
Tints of Neon Pink #FF73BF
RGB
CMYK
RGB Variations
Color information
#FF73BF (or 0xFF73BF) is known color: Neon Pink. HEX triplet: FF, 73 and BF. RGB value is (255,115,191). Sum of RGB (Red+Green+Blue) = 255+115+191=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73BF is #008C40. Grayscale: #A5A5A5. Windows color (decimal): -35905 or 12547071. OLE color: 12547071.
HSL color Cylindrical-coordinate representation of color #FF73BF: hue angle of 327.43º 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 #FF73BF is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 191 | - |
| CMYK | 0 | 0.55 | 0.25 | 0 |
| HSL | 327.43º | 1% | 0.73% | - |
| HSV(B) | 327.43º | 0.55% | 1% | - |
| XYZ | 56.77 | 37.28 | 53.49 | - |
| YUV | 165.52 | 142.38 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 191 | 0 | 0.55 | 0.25 | 0 | 327.43 | 1 | 0.73 |
| Hex | FF | 73 | BF | 0 | 37 | 19 | 0 | 147 | 64 | 49 |
| Octal | 377 | 163 | 277 | 0 | 67 | 31 | 0 | 507 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10111111 | 0 | 110111 | 11001 | 0 | 101000111 | 1100100 | 1001001 |
Color Harmonies of #FF73BF
Complementary color
Monochromatic Colors of #FF73BF
Black with #FF73BF
Text Example
Text Example
White with #FF73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73BF; }
p { color: rgb(255,115,191); }
H1.HeaderClassName
{
color: #FF73BF;
}
.AnyTagClassName
{
color: #FF73BF;
}
</style>
background-color css
<style>
a { background-color: #FF73BF; }
a { background-color: rgb(255,115,191); }
div.DivClassName
{
background-color: #FF73BF;
}
.BgClassName
{
background-color: #FF73BF;
}
</style>
border-color css
<style>
span { border-color: #FF73BF; }
span { border-color: rgb(255,115,191); }
td.TdClassName
{
border-color: #FF73BF;
}
.TagClassName
{
border-color: #FF73BF;
}
</style>