Shades of Neon Pink #F454C0
Tints of Neon Pink #F454C0
RGB
CMYK
RGB Variations
Color information
#F454C0 (or 0xF454C0) is known color: Neon Pink. HEX triplet: F4, 54 and C0. RGB value is (244,84,192). Sum of RGB (Red+Green+Blue) = 244+84+192=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F454C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F454C0 is #0BAB3F. Grayscale: #8F8F8F. Windows color (decimal): -764736 or 12604660. OLE color: 12604660.
HSL color Cylindrical-coordinate representation of color #F454C0: hue angle of 319.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F454C0 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 192 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.04 |
| HSL | 319.5º | 0.88% | 0.64% | - |
| HSV(B) | 319.5º | 0.66% | 0.96% | - |
| XYZ | 49.99 | 29.38 | 52.91 | - |
| YUV | 144.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 192 | 0 | 0.66 | 0.21 | 0.04 | 319.5 | 0.88 | 0.64 |
| Hex | F4 | 54 | C0 | 0 | 42 | 15 | 4 | 140 | 58 | 40 |
| Octal | 364 | 124 | 300 | 0 | 102 | 25 | 4 | 500 | 130 | 100 |
| Binary | 11110100 | 1010100 | 11000000 | 0 | 1000010 | 10101 | 100 | 101000000 | 1011000 | 1000000 |
Color Harmonies of #F454C0
Complementary color
Monochromatic Colors of #F454C0
Black with #F454C0
Text Example
Text Example
White with #F454C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454C0; }
p { color: rgb(244,84,192); }
H1.HeaderClassName
{
color: #F454C0;
}
.AnyTagClassName
{
color: #F454C0;
}
</style>
background-color css
<style>
a { background-color: #F454C0; }
a { background-color: rgb(244,84,192); }
div.DivClassName
{
background-color: #F454C0;
}
.BgClassName
{
background-color: #F454C0;
}
</style>
border-color css
<style>
span { border-color: #F454C0; }
span { border-color: rgb(244,84,192); }
td.TdClassName
{
border-color: #F454C0;
}
.TagClassName
{
border-color: #F454C0;
}
</style>