Shades of Neon Pink #F458C2
Tints of Neon Pink #F458C2
RGB
CMYK
RGB Variations
Color information
#F458C2 (or 0xF458C2) is known color: Neon Pink. HEX triplet: F4, 58 and C2. RGB value is (244,88,194). Sum of RGB (Red+Green+Blue) = 244+88+194=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F458C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F458C2 is #0BA73D. Grayscale: #929292. Windows color (decimal): -763710 or 12736756. OLE color: 12736756.
HSL color Cylindrical-coordinate representation of color #F458C2: hue angle of 319.23º 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 #F458C2 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 194 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.04 |
| HSL | 319.23º | 0.88% | 0.65% | - |
| HSV(B) | 319.23º | 0.64% | 0.96% | - |
| XYZ | 50.54 | 30.11 | 54.19 | - |
| YUV | 146.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 194 | 0 | 0.64 | 0.20 | 0.04 | 319.23 | 0.88 | 0.65 |
| Hex | F4 | 58 | C2 | 0 | 40 | 14 | 4 | 13F | 58 | 41 |
| Octal | 364 | 130 | 302 | 0 | 100 | 24 | 4 | 477 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11000010 | 0 | 1000000 | 10100 | 100 | 100111111 | 1011000 | 1000001 |
Color Harmonies of #F458C2
Complementary color
Monochromatic Colors of #F458C2
Black with #F458C2
Text Example
Text Example
White with #F458C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458C2; }
p { color: rgb(244,88,194); }
H1.HeaderClassName
{
color: #F458C2;
}
.AnyTagClassName
{
color: #F458C2;
}
</style>
background-color css
<style>
a { background-color: #F458C2; }
a { background-color: rgb(244,88,194); }
div.DivClassName
{
background-color: #F458C2;
}
.BgClassName
{
background-color: #F458C2;
}
</style>
border-color css
<style>
span { border-color: #F458C2; }
span { border-color: rgb(244,88,194); }
td.TdClassName
{
border-color: #F458C2;
}
.TagClassName
{
border-color: #F458C2;
}
</style>