Shades of Neon Pink #F759BF
Tints of Neon Pink #F759BF
RGB
CMYK
RGB Variations
Color information
#F759BF (or 0xF759BF) is known color: Neon Pink. HEX triplet: F7, 59 and BF. RGB value is (247,89,191). Sum of RGB (Red+Green+Blue) = 247+89+191=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F759BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F759BF is #08A640. Grayscale: #939393. Windows color (decimal): -566849 or 12540407. OLE color: 12540407.
HSL color Cylindrical-coordinate representation of color #F759BF: hue angle of 321.27º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F759BF is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 191 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.03 |
| HSL | 321.27º | 0.91% | 0.66% | - |
| HSV(B) | 321.27º | 0.64% | 0.97% | - |
| XYZ | 51.33 | 30.68 | 52.51 | - |
| YUV | 147.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 191 | 0 | 0.64 | 0.23 | 0.03 | 321.27 | 0.91 | 0.66 |
| Hex | F7 | 59 | BF | 0 | 40 | 17 | 3 | 141 | 5B | 42 |
| Octal | 367 | 131 | 277 | 0 | 100 | 27 | 3 | 501 | 133 | 102 |
| Binary | 11110111 | 1011001 | 10111111 | 0 | 1000000 | 10111 | 11 | 101000001 | 1011011 | 1000010 |
Color Harmonies of #F759BF
Complementary color
Monochromatic Colors of #F759BF
Black with #F759BF
Text Example
Text Example
White with #F759BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759BF; }
p { color: rgb(247,89,191); }
H1.HeaderClassName
{
color: #F759BF;
}
.AnyTagClassName
{
color: #F759BF;
}
</style>
background-color css
<style>
a { background-color: #F759BF; }
a { background-color: rgb(247,89,191); }
div.DivClassName
{
background-color: #F759BF;
}
.BgClassName
{
background-color: #F759BF;
}
</style>
border-color css
<style>
span { border-color: #F759BF; }
span { border-color: rgb(247,89,191); }
td.TdClassName
{
border-color: #F759BF;
}
.TagClassName
{
border-color: #F759BF;
}
</style>