Shades of Neon Pink #F464CE
Tints of Neon Pink #F464CE
RGB
CMYK
RGB Variations
Color information
#F464CE (or 0xF464CE) is known color: Neon Pink. HEX triplet: F4, 64 and CE. RGB value is (244,100,206). Sum of RGB (Red+Green+Blue) = 244+100+206=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F464CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464CE is #0B9B31. Grayscale: #9A9A9A. Windows color (decimal): -760626 or 13526260. OLE color: 13526260.
HSL color Cylindrical-coordinate representation of color #F464CE: hue angle of 315.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 #F464CE is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 206 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.04 |
| HSL | 315.83º | 0.87% | 0.67% | - |
| HSV(B) | 315.83º | 0.59% | 0.96% | - |
| XYZ | 53.01 | 32.8 | 61.93 | - |
| YUV | 155.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 206 | 0 | 0.59 | 0.16 | 0.04 | 315.83 | 0.87 | 0.67 |
| Hex | F4 | 64 | CE | 0 | 3B | 10 | 4 | 13C | 57 | 43 |
| Octal | 364 | 144 | 316 | 0 | 73 | 20 | 4 | 474 | 127 | 103 |
| Binary | 11110100 | 1100100 | 11001110 | 0 | 111011 | 10000 | 100 | 100111100 | 1010111 | 1000011 |
Color Harmonies of #F464CE
Complementary color
Monochromatic Colors of #F464CE
Black with #F464CE
Text Example
Text Example
White with #F464CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464CE; }
p { color: rgb(244,100,206); }
H1.HeaderClassName
{
color: #F464CE;
}
.AnyTagClassName
{
color: #F464CE;
}
</style>
background-color css
<style>
a { background-color: #F464CE; }
a { background-color: rgb(244,100,206); }
div.DivClassName
{
background-color: #F464CE;
}
.BgClassName
{
background-color: #F464CE;
}
</style>
border-color css
<style>
span { border-color: #F464CE; }
span { border-color: rgb(244,100,206); }
td.TdClassName
{
border-color: #F464CE;
}
.TagClassName
{
border-color: #F464CE;
}
</style>