Shades of Neon Pink #F759C5
Tints of Neon Pink #F759C5
RGB
CMYK
RGB Variations
Color information
#F759C5 (or 0xF759C5) is known color: Neon Pink. HEX triplet: F7, 59 and C5. RGB value is (247,89,197). Sum of RGB (Red+Green+Blue) = 247+89+197=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F759C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F759C5 is #08A63A. Grayscale: #949494. Windows color (decimal): -566843 or 12933623. OLE color: 12933623.
HSL color Cylindrical-coordinate representation of color #F759C5: hue angle of 318.99º 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 #F759C5 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 197 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.03 |
| HSL | 318.99º | 0.91% | 0.66% | - |
| HSV(B) | 318.99º | 0.64% | 0.97% | - |
| XYZ | 52.01 | 30.95 | 56.06 | - |
| YUV | 148.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 197 | 0 | 0.64 | 0.20 | 0.03 | 318.99 | 0.91 | 0.66 |
| Hex | F7 | 59 | C5 | 0 | 40 | 14 | 3 | 13F | 5B | 42 |
| Octal | 367 | 131 | 305 | 0 | 100 | 24 | 3 | 477 | 133 | 102 |
| Binary | 11110111 | 1011001 | 11000101 | 0 | 1000000 | 10100 | 11 | 100111111 | 1011011 | 1000010 |
Color Harmonies of #F759C5
Complementary color
Monochromatic Colors of #F759C5
Black with #F759C5
Text Example
Text Example
White with #F759C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759C5; }
p { color: rgb(247,89,197); }
H1.HeaderClassName
{
color: #F759C5;
}
.AnyTagClassName
{
color: #F759C5;
}
</style>
background-color css
<style>
a { background-color: #F759C5; }
a { background-color: rgb(247,89,197); }
div.DivClassName
{
background-color: #F759C5;
}
.BgClassName
{
background-color: #F759C5;
}
</style>
border-color css
<style>
span { border-color: #F759C5; }
span { border-color: rgb(247,89,197); }
td.TdClassName
{
border-color: #F759C5;
}
.TagClassName
{
border-color: #F759C5;
}
</style>