Shades of Neon Pink #F759CA
Tints of Neon Pink #F759CA
RGB
CMYK
RGB Variations
Color information
#F759CA (or 0xF759CA) is known color: Neon Pink. HEX triplet: F7, 59 and CA. RGB value is (247,89,202). Sum of RGB (Red+Green+Blue) = 247+89+202=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F759CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F759CA is #08A635. Grayscale: #949494. Windows color (decimal): -566838 or 13261303. OLE color: 13261303.
HSL color Cylindrical-coordinate representation of color #F759CA: hue angle of 317.09º 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 #F759CA is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 202 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.03 |
| HSL | 317.09º | 0.91% | 0.66% | - |
| HSV(B) | 317.09º | 0.64% | 0.97% | - |
| XYZ | 52.59 | 31.18 | 59.12 | - |
| YUV | 149.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 202 | 0 | 0.64 | 0.18 | 0.03 | 317.09 | 0.91 | 0.66 |
| Hex | F7 | 59 | CA | 0 | 40 | 12 | 3 | 13D | 5B | 42 |
| Octal | 367 | 131 | 312 | 0 | 100 | 22 | 3 | 475 | 133 | 102 |
| Binary | 11110111 | 1011001 | 11001010 | 0 | 1000000 | 10010 | 11 | 100111101 | 1011011 | 1000010 |
Color Harmonies of #F759CA
Complementary color
Monochromatic Colors of #F759CA
Black with #F759CA
Text Example
Text Example
White with #F759CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759CA; }
p { color: rgb(247,89,202); }
H1.HeaderClassName
{
color: #F759CA;
}
.AnyTagClassName
{
color: #F759CA;
}
</style>
background-color css
<style>
a { background-color: #F759CA; }
a { background-color: rgb(247,89,202); }
div.DivClassName
{
background-color: #F759CA;
}
.BgClassName
{
background-color: #F759CA;
}
</style>
border-color css
<style>
span { border-color: #F759CA; }
span { border-color: rgb(247,89,202); }
td.TdClassName
{
border-color: #F759CA;
}
.TagClassName
{
border-color: #F759CA;
}
</style>