Shades of Neon Pink #F459C0
Tints of Neon Pink #F459C0
RGB
CMYK
RGB Variations
Color information
#F459C0 (or 0xF459C0) is known color: Neon Pink. HEX triplet: F4, 59 and C0. RGB value is (244,89,192). Sum of RGB (Red+Green+Blue) = 244+89+192=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F459C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F459C0 is #0BA63F. Grayscale: #929292. Windows color (decimal): -763456 or 12605940. OLE color: 12605940.
HSL color Cylindrical-coordinate representation of color #F459C0: hue angle of 320.13º 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 #F459C0 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 192 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.04 |
| HSL | 320.13º | 0.88% | 0.65% | - |
| HSV(B) | 320.13º | 0.64% | 0.96% | - |
| XYZ | 50.4 | 30.18 | 53.04 | - |
| YUV | 147.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 192 | 0 | 0.64 | 0.21 | 0.04 | 320.13 | 0.88 | 0.65 |
| Hex | F4 | 59 | C0 | 0 | 40 | 15 | 4 | 140 | 58 | 41 |
| Octal | 364 | 131 | 300 | 0 | 100 | 25 | 4 | 500 | 130 | 101 |
| Binary | 11110100 | 1011001 | 11000000 | 0 | 1000000 | 10101 | 100 | 101000000 | 1011000 | 1000001 |
Color Harmonies of #F459C0
Complementary color
Monochromatic Colors of #F459C0
Black with #F459C0
Text Example
Text Example
White with #F459C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459C0; }
p { color: rgb(244,89,192); }
H1.HeaderClassName
{
color: #F459C0;
}
.AnyTagClassName
{
color: #F459C0;
}
</style>
background-color css
<style>
a { background-color: #F459C0; }
a { background-color: rgb(244,89,192); }
div.DivClassName
{
background-color: #F459C0;
}
.BgClassName
{
background-color: #F459C0;
}
</style>
border-color css
<style>
span { border-color: #F459C0; }
span { border-color: rgb(244,89,192); }
td.TdClassName
{
border-color: #F459C0;
}
.TagClassName
{
border-color: #F459C0;
}
</style>