Shades of Neon Pink #F466C3
Tints of Neon Pink #F466C3
RGB
CMYK
RGB Variations
Color information
#F466C3 (or 0xF466C3) is known color: Neon Pink. HEX triplet: F4, 66 and C3. RGB value is (244,102,195). Sum of RGB (Red+Green+Blue) = 244+102+195=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F466C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466C3 is #0B993C. Grayscale: #9A9A9A. Windows color (decimal): -760125 or 12805876. OLE color: 12805876.
HSL color Cylindrical-coordinate representation of color #F466C3: hue angle of 320.7º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F466C3 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 195 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.04 |
| HSL | 320.7º | 0.87% | 0.68% | - |
| HSV(B) | 320.7º | 0.58% | 0.96% | - |
| XYZ | 51.91 | 32.68 | 55.2 | - |
| YUV | 155.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 195 | 0 | 0.58 | 0.20 | 0.04 | 320.7 | 0.87 | 0.68 |
| Hex | F4 | 66 | C3 | 0 | 3A | 14 | 4 | 141 | 57 | 44 |
| Octal | 364 | 146 | 303 | 0 | 72 | 24 | 4 | 501 | 127 | 104 |
| Binary | 11110100 | 1100110 | 11000011 | 0 | 111010 | 10100 | 100 | 101000001 | 1010111 | 1000100 |
Color Harmonies of #F466C3
Complementary color
Monochromatic Colors of #F466C3
Black with #F466C3
Text Example
Text Example
White with #F466C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466C3; }
p { color: rgb(244,102,195); }
H1.HeaderClassName
{
color: #F466C3;
}
.AnyTagClassName
{
color: #F466C3;
}
</style>
background-color css
<style>
a { background-color: #F466C3; }
a { background-color: rgb(244,102,195); }
div.DivClassName
{
background-color: #F466C3;
}
.BgClassName
{
background-color: #F466C3;
}
</style>
border-color css
<style>
span { border-color: #F466C3; }
span { border-color: rgb(244,102,195); }
td.TdClassName
{
border-color: #F466C3;
}
.TagClassName
{
border-color: #F466C3;
}
</style>