Shades of Neon Pink #F66EC1
Tints of Neon Pink #F66EC1
RGB
CMYK
RGB Variations
Color information
#F66EC1 (or 0xF66EC1) is known color: Neon Pink. HEX triplet: F6, 6E and C1. RGB value is (246,110,193). Sum of RGB (Red+Green+Blue) = 246+110+193=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EC1 is #09913E. Grayscale: #9F9F9F. Windows color (decimal): -627007 or 12676854. OLE color: 12676854.
HSL color Cylindrical-coordinate representation of color #F66EC1: hue angle of 323.38º 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 #F66EC1 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 193 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.04 |
| HSL | 323.38º | 0.88% | 0.7% | - |
| HSV(B) | 323.38º | 0.55% | 0.96% | - |
| XYZ | 53.21 | 34.59 | 54.33 | - |
| YUV | 160.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 193 | 0 | 0.55 | 0.22 | 0.04 | 323.38 | 0.88 | 0.7 |
| Hex | F6 | 6E | C1 | 0 | 37 | 16 | 4 | 143 | 58 | 46 |
| Octal | 366 | 156 | 301 | 0 | 67 | 26 | 4 | 503 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11000001 | 0 | 110111 | 10110 | 100 | 101000011 | 1011000 | 1000110 |
Color Harmonies of #F66EC1
Complementary color
Monochromatic Colors of #F66EC1
Black with #F66EC1
Text Example
Text Example
White with #F66EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66EC1; }
p { color: rgb(246,110,193); }
H1.HeaderClassName
{
color: #F66EC1;
}
.AnyTagClassName
{
color: #F66EC1;
}
</style>
background-color css
<style>
a { background-color: #F66EC1; }
a { background-color: rgb(246,110,193); }
div.DivClassName
{
background-color: #F66EC1;
}
.BgClassName
{
background-color: #F66EC1;
}
</style>
border-color css
<style>
span { border-color: #F66EC1; }
span { border-color: rgb(246,110,193); }
td.TdClassName
{
border-color: #F66EC1;
}
.TagClassName
{
border-color: #F66EC1;
}
</style>