Shades of Neon Pink #F66ED1
Tints of Neon Pink #F66ED1
RGB
CMYK
RGB Variations
Color information
#F66ED1 (or 0xF66ED1) is known color: Neon Pink. HEX triplet: F6, 6E and D1. RGB value is (246,110,209). Sum of RGB (Red+Green+Blue) = 246+110+209=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F66ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66ED1 is #09912E. Grayscale: #A1A1A1. Windows color (decimal): -626991 or 13725430. OLE color: 13725430.
HSL color Cylindrical-coordinate representation of color #F66ED1: hue angle of 316.32º 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 #F66ED1 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 209 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.04 |
| HSL | 316.32º | 0.88% | 0.7% | - |
| HSV(B) | 316.32º | 0.55% | 0.96% | - |
| XYZ | 55.09 | 35.35 | 64.24 | - |
| YUV | 161.95 | 154.56 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 209 | 0 | 0.55 | 0.15 | 0.04 | 316.32 | 0.88 | 0.7 |
| Hex | F6 | 6E | D1 | 0 | 37 | F | 4 | 13C | 58 | 46 |
| Octal | 366 | 156 | 321 | 0 | 67 | 17 | 4 | 474 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11010001 | 0 | 110111 | 1111 | 100 | 100111100 | 1011000 | 1000110 |
Color Harmonies of #F66ED1
Complementary color
Monochromatic Colors of #F66ED1
Black with #F66ED1
Text Example
Text Example
White with #F66ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66ED1; }
p { color: rgb(246,110,209); }
H1.HeaderClassName
{
color: #F66ED1;
}
.AnyTagClassName
{
color: #F66ED1;
}
</style>
background-color css
<style>
a { background-color: #F66ED1; }
a { background-color: rgb(246,110,209); }
div.DivClassName
{
background-color: #F66ED1;
}
.BgClassName
{
background-color: #F66ED1;
}
</style>
border-color css
<style>
span { border-color: #F66ED1; }
span { border-color: rgb(246,110,209); }
td.TdClassName
{
border-color: #F66ED1;
}
.TagClassName
{
border-color: #F66ED1;
}
</style>