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