Shades of Neon Pink #F459CA
Tints of Neon Pink #F459CA
RGB
CMYK
RGB Variations
Color information
#F459CA (or 0xF459CA) is known color: Neon Pink. HEX triplet: F4, 59 and CA. RGB value is (244,89,202). Sum of RGB (Red+Green+Blue) = 244+89+202=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F459CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F459CA is #0BA635. Grayscale: #939393. Windows color (decimal): -763446 or 13261300. OLE color: 13261300.
HSL color Cylindrical-coordinate representation of color #F459CA: hue angle of 316.26º degrees, saturation: 0.88, 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 #F459CA is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 202 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.04 |
| HSL | 316.26º | 0.88% | 0.65% | - |
| HSV(B) | 316.26º | 0.64% | 0.96% | - |
| XYZ | 51.54 | 30.64 | 59.08 | - |
| YUV | 148.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 202 | 0 | 0.64 | 0.17 | 0.04 | 316.26 | 0.88 | 0.65 |
| Hex | F4 | 59 | CA | 0 | 40 | 11 | 4 | 13C | 58 | 41 |
| Octal | 364 | 131 | 312 | 0 | 100 | 21 | 4 | 474 | 130 | 101 |
| Binary | 11110100 | 1011001 | 11001010 | 0 | 1000000 | 10001 | 100 | 100111100 | 1011000 | 1000001 |
Color Harmonies of #F459CA
Complementary color
Monochromatic Colors of #F459CA
Black with #F459CA
Text Example
Text Example
White with #F459CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459CA; }
p { color: rgb(244,89,202); }
H1.HeaderClassName
{
color: #F459CA;
}
.AnyTagClassName
{
color: #F459CA;
}
</style>
background-color css
<style>
a { background-color: #F459CA; }
a { background-color: rgb(244,89,202); }
div.DivClassName
{
background-color: #F459CA;
}
.BgClassName
{
background-color: #F459CA;
}
</style>
border-color css
<style>
span { border-color: #F459CA; }
span { border-color: rgb(244,89,202); }
td.TdClassName
{
border-color: #F459CA;
}
.TagClassName
{
border-color: #F459CA;
}
</style>