Shades of Neon Pink #F559BF
Tints of Neon Pink #F559BF
RGB
CMYK
RGB Variations
Color information
#F559BF (or 0xF559BF) is known color: Neon Pink. HEX triplet: F5, 59 and BF. RGB value is (245,89,191). Sum of RGB (Red+Green+Blue) = 245+89+191=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F559BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559BF is #0AA640. Grayscale: #939393. Windows color (decimal): -697921 or 12540405. OLE color: 12540405.
HSL color Cylindrical-coordinate representation of color #F559BF: hue angle of 320.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559BF is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 191 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.04 |
| HSL | 320.77º | 0.89% | 0.65% | - |
| HSV(B) | 320.77º | 0.64% | 0.96% | - |
| XYZ | 50.63 | 30.32 | 52.47 | - |
| YUV | 147.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 191 | 0 | 0.64 | 0.22 | 0.04 | 320.77 | 0.89 | 0.65 |
| Hex | F5 | 59 | BF | 0 | 40 | 16 | 4 | 141 | 59 | 41 |
| Octal | 365 | 131 | 277 | 0 | 100 | 26 | 4 | 501 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10111111 | 0 | 1000000 | 10110 | 100 | 101000001 | 1011001 | 1000001 |
Color Harmonies of #F559BF
Complementary color
Monochromatic Colors of #F559BF
Black with #F559BF
Text Example
Text Example
White with #F559BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559BF; }
p { color: rgb(245,89,191); }
H1.HeaderClassName
{
color: #F559BF;
}
.AnyTagClassName
{
color: #F559BF;
}
</style>
background-color css
<style>
a { background-color: #F559BF; }
a { background-color: rgb(245,89,191); }
div.DivClassName
{
background-color: #F559BF;
}
.BgClassName
{
background-color: #F559BF;
}
</style>
border-color css
<style>
span { border-color: #F559BF; }
span { border-color: rgb(245,89,191); }
td.TdClassName
{
border-color: #F559BF;
}
.TagClassName
{
border-color: #F559BF;
}
</style>