Shades of Neon Pink #F66ECF
Tints of Neon Pink #F66ECF
RGB
CMYK
RGB Variations
Color information
#F66ECF (or 0xF66ECF) is known color: Neon Pink. HEX triplet: F6, 6E and CF. RGB value is (246,110,207). Sum of RGB (Red+Green+Blue) = 246+110+207=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F66ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66ECF is #099130. Grayscale: #A1A1A1. Windows color (decimal): -626993 or 13594358. OLE color: 13594358.
HSL color Cylindrical-coordinate representation of color #F66ECF: hue angle of 317.21º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66ECF is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 207 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.04 |
| HSL | 317.21º | 0.88% | 0.7% | - |
| HSV(B) | 317.21º | 0.55% | 0.96% | - |
| XYZ | 54.84 | 35.25 | 62.94 | - |
| YUV | 161.72 | 153.56 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 207 | 0 | 0.55 | 0.16 | 0.04 | 317.21 | 0.88 | 0.7 |
| Hex | F6 | 6E | CF | 0 | 37 | 10 | 4 | 13D | 58 | 46 |
| Octal | 366 | 156 | 317 | 0 | 67 | 20 | 4 | 475 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11001111 | 0 | 110111 | 10000 | 100 | 100111101 | 1011000 | 1000110 |
Color Harmonies of #F66ECF
Complementary color
Monochromatic Colors of #F66ECF
Black with #F66ECF
Text Example
Text Example
White with #F66ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66ECF; }
p { color: rgb(246,110,207); }
H1.HeaderClassName
{
color: #F66ECF;
}
.AnyTagClassName
{
color: #F66ECF;
}
</style>
background-color css
<style>
a { background-color: #F66ECF; }
a { background-color: rgb(246,110,207); }
div.DivClassName
{
background-color: #F66ECF;
}
.BgClassName
{
background-color: #F66ECF;
}
</style>
border-color css
<style>
span { border-color: #F66ECF; }
span { border-color: rgb(246,110,207); }
td.TdClassName
{
border-color: #F66ECF;
}
.TagClassName
{
border-color: #F66ECF;
}
</style>