Shades of Neon Pink #F456C2
Tints of Neon Pink #F456C2
RGB
CMYK
RGB Variations
Color information
#F456C2 (or 0xF456C2) is known color: Neon Pink. HEX triplet: F4, 56 and C2. RGB value is (244,86,194). Sum of RGB (Red+Green+Blue) = 244+86+194=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F456C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F456C2 is #0BA93D. Grayscale: #919191. Windows color (decimal): -764222 or 12736244. OLE color: 12736244.
HSL color Cylindrical-coordinate representation of color #F456C2: hue angle of 318.99º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F456C2 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 194 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.04 |
| HSL | 318.99º | 0.88% | 0.65% | - |
| HSV(B) | 318.99º | 0.65% | 0.96% | - |
| XYZ | 50.37 | 29.78 | 54.13 | - |
| YUV | 145.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 194 | 0 | 0.65 | 0.20 | 0.04 | 318.99 | 0.88 | 0.65 |
| Hex | F4 | 56 | C2 | 0 | 41 | 14 | 4 | 13F | 58 | 41 |
| Octal | 364 | 126 | 302 | 0 | 101 | 24 | 4 | 477 | 130 | 101 |
| Binary | 11110100 | 1010110 | 11000010 | 0 | 1000001 | 10100 | 100 | 100111111 | 1011000 | 1000001 |
Color Harmonies of #F456C2
Complementary color
Monochromatic Colors of #F456C2
Black with #F456C2
Text Example
Text Example
White with #F456C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F456C2; }
p { color: rgb(244,86,194); }
H1.HeaderClassName
{
color: #F456C2;
}
.AnyTagClassName
{
color: #F456C2;
}
</style>
background-color css
<style>
a { background-color: #F456C2; }
a { background-color: rgb(244,86,194); }
div.DivClassName
{
background-color: #F456C2;
}
.BgClassName
{
background-color: #F456C2;
}
</style>
border-color css
<style>
span { border-color: #F456C2; }
span { border-color: rgb(244,86,194); }
td.TdClassName
{
border-color: #F456C2;
}
.TagClassName
{
border-color: #F456C2;
}
</style>