Shades of Neon Pink #F464C3
Tints of Neon Pink #F464C3
RGB
CMYK
RGB Variations
Color information
#F464C3 (or 0xF464C3) is known color: Neon Pink. HEX triplet: F4, 64 and C3. RGB value is (244,100,195). Sum of RGB (Red+Green+Blue) = 244+100+195=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F464C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464C3 is #0B9B3C. Grayscale: #999999. Windows color (decimal): -760637 or 12805364. OLE color: 12805364.
HSL color Cylindrical-coordinate representation of color #F464C3: hue angle of 320.42º 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 #F464C3 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 195 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.04 |
| HSL | 320.42º | 0.87% | 0.67% | - |
| HSV(B) | 320.42º | 0.59% | 0.96% | - |
| XYZ | 51.72 | 32.29 | 55.14 | - |
| YUV | 153.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 195 | 0 | 0.59 | 0.20 | 0.04 | 320.42 | 0.87 | 0.67 |
| Hex | F4 | 64 | C3 | 0 | 3B | 14 | 4 | 140 | 57 | 43 |
| Octal | 364 | 144 | 303 | 0 | 73 | 24 | 4 | 500 | 127 | 103 |
| Binary | 11110100 | 1100100 | 11000011 | 0 | 111011 | 10100 | 100 | 101000000 | 1010111 | 1000011 |
Color Harmonies of #F464C3
Complementary color
Monochromatic Colors of #F464C3
Black with #F464C3
Text Example
Text Example
White with #F464C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464C3; }
p { color: rgb(244,100,195); }
H1.HeaderClassName
{
color: #F464C3;
}
.AnyTagClassName
{
color: #F464C3;
}
</style>
background-color css
<style>
a { background-color: #F464C3; }
a { background-color: rgb(244,100,195); }
div.DivClassName
{
background-color: #F464C3;
}
.BgClassName
{
background-color: #F464C3;
}
</style>
border-color css
<style>
span { border-color: #F464C3; }
span { border-color: rgb(244,100,195); }
td.TdClassName
{
border-color: #F464C3;
}
.TagClassName
{
border-color: #F464C3;
}
</style>