Shades of Neon Pink #F759CF
Tints of Neon Pink #F759CF
RGB
CMYK
RGB Variations
Color information
#F759CF (or 0xF759CF) is known color: Neon Pink. HEX triplet: F7, 59 and CF. RGB value is (247,89,207). Sum of RGB (Red+Green+Blue) = 247+89+207=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F759CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F759CF is #08A630. Grayscale: #959595. Windows color (decimal): -566833 or 13588983. OLE color: 13588983.
HSL color Cylindrical-coordinate representation of color #F759CF: hue angle of 315.19º 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 #F759CF is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 207 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.03 |
| HSL | 315.19º | 0.91% | 0.66% | - |
| HSV(B) | 315.19º | 0.64% | 0.97% | - |
| XYZ | 53.19 | 31.42 | 62.29 | - |
| YUV | 149.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 207 | 0 | 0.64 | 0.16 | 0.03 | 315.19 | 0.91 | 0.66 |
| Hex | F7 | 59 | CF | 0 | 40 | 10 | 3 | 13B | 5B | 42 |
| Octal | 367 | 131 | 317 | 0 | 100 | 20 | 3 | 473 | 133 | 102 |
| Binary | 11110111 | 1011001 | 11001111 | 0 | 1000000 | 10000 | 11 | 100111011 | 1011011 | 1000010 |
Color Harmonies of #F759CF
Complementary color
Monochromatic Colors of #F759CF
Black with #F759CF
Text Example
Text Example
White with #F759CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759CF; }
p { color: rgb(247,89,207); }
H1.HeaderClassName
{
color: #F759CF;
}
.AnyTagClassName
{
color: #F759CF;
}
</style>
background-color css
<style>
a { background-color: #F759CF; }
a { background-color: rgb(247,89,207); }
div.DivClassName
{
background-color: #F759CF;
}
.BgClassName
{
background-color: #F759CF;
}
</style>
border-color css
<style>
span { border-color: #F759CF; }
span { border-color: rgb(247,89,207); }
td.TdClassName
{
border-color: #F759CF;
}
.TagClassName
{
border-color: #F759CF;
}
</style>