Shades of Neon Pink #F464C2
Tints of Neon Pink #F464C2
RGB
CMYK
RGB Variations
Color information
#F464C2 (or 0xF464C2) is known color: Neon Pink. HEX triplet: F4, 64 and C2. RGB value is (244,100,194). Sum of RGB (Red+Green+Blue) = 244+100+194=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F464C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464C2 is #0B9B3D. Grayscale: #999999. Windows color (decimal): -760638 or 12739828. OLE color: 12739828.
HSL color Cylindrical-coordinate representation of color #F464C2: hue angle of 320.83º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464C2 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 194 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.04 |
| HSL | 320.83º | 0.87% | 0.67% | - |
| HSV(B) | 320.83º | 0.59% | 0.96% | - |
| XYZ | 51.6 | 32.24 | 54.54 | - |
| YUV | 153.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 194 | 0 | 0.59 | 0.20 | 0.04 | 320.83 | 0.87 | 0.67 |
| Hex | F4 | 64 | C2 | 0 | 3B | 14 | 4 | 141 | 57 | 43 |
| Octal | 364 | 144 | 302 | 0 | 73 | 24 | 4 | 501 | 127 | 103 |
| Binary | 11110100 | 1100100 | 11000010 | 0 | 111011 | 10100 | 100 | 101000001 | 1010111 | 1000011 |
Color Harmonies of #F464C2
Complementary color
Monochromatic Colors of #F464C2
Black with #F464C2
Text Example
Text Example
White with #F464C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464C2; }
p { color: rgb(244,100,194); }
H1.HeaderClassName
{
color: #F464C2;
}
.AnyTagClassName
{
color: #F464C2;
}
</style>
background-color css
<style>
a { background-color: #F464C2; }
a { background-color: rgb(244,100,194); }
div.DivClassName
{
background-color: #F464C2;
}
.BgClassName
{
background-color: #F464C2;
}
</style>
border-color css
<style>
span { border-color: #F464C2; }
span { border-color: rgb(244,100,194); }
td.TdClassName
{
border-color: #F464C2;
}
.TagClassName
{
border-color: #F464C2;
}
</style>