Shades of Neon Pink #F466CF
Tints of Neon Pink #F466CF
RGB
CMYK
RGB Variations
Color information
#F466CF (or 0xF466CF) is known color: Neon Pink. HEX triplet: F4, 66 and CF. RGB value is (244,102,207). Sum of RGB (Red+Green+Blue) = 244+102+207=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F466CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466CF is #0B9930. Grayscale: #9C9C9C. Windows color (decimal): -760113 or 13592308. OLE color: 13592308.
HSL color Cylindrical-coordinate representation of color #F466CF: hue angle of 315.63º 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 #F466CF is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 207 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.04 |
| HSL | 315.63º | 0.87% | 0.68% | - |
| HSV(B) | 315.63º | 0.58% | 0.96% | - |
| XYZ | 53.32 | 33.24 | 62.64 | - |
| YUV | 156.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 207 | 0 | 0.58 | 0.15 | 0.04 | 315.63 | 0.87 | 0.68 |
| Hex | F4 | 66 | CF | 0 | 3A | F | 4 | 13C | 57 | 44 |
| Octal | 364 | 146 | 317 | 0 | 72 | 17 | 4 | 474 | 127 | 104 |
| Binary | 11110100 | 1100110 | 11001111 | 0 | 111010 | 1111 | 100 | 100111100 | 1010111 | 1000100 |
Color Harmonies of #F466CF
Complementary color
Monochromatic Colors of #F466CF
Black with #F466CF
Text Example
Text Example
White with #F466CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466CF; }
p { color: rgb(244,102,207); }
H1.HeaderClassName
{
color: #F466CF;
}
.AnyTagClassName
{
color: #F466CF;
}
</style>
background-color css
<style>
a { background-color: #F466CF; }
a { background-color: rgb(244,102,207); }
div.DivClassName
{
background-color: #F466CF;
}
.BgClassName
{
background-color: #F466CF;
}
</style>
border-color css
<style>
span { border-color: #F466CF; }
span { border-color: rgb(244,102,207); }
td.TdClassName
{
border-color: #F466CF;
}
.TagClassName
{
border-color: #F466CF;
}
</style>