Shades of Neon Pink #F66DC8
Tints of Neon Pink #F66DC8
RGB
CMYK
RGB Variations
Color information
#F66DC8 (or 0xF66DC8) is known color: Neon Pink. HEX triplet: F6, 6D and C8. RGB value is (246,109,200). Sum of RGB (Red+Green+Blue) = 246+109+200=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DC8 is #099237. Grayscale: #A0A0A0. Windows color (decimal): -627256 or 13135350. OLE color: 13135350.
HSL color Cylindrical-coordinate representation of color #F66DC8: hue angle of 320.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66DC8 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 200 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.04 |
| HSL | 320.15º | 0.88% | 0.7% | - |
| HSV(B) | 320.15º | 0.56% | 0.96% | - |
| XYZ | 53.9 | 34.7 | 58.5 | - |
| YUV | 160.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 200 | 0 | 0.56 | 0.19 | 0.04 | 320.15 | 0.88 | 0.7 |
| Hex | F6 | 6D | C8 | 0 | 38 | 13 | 4 | 140 | 58 | 46 |
| Octal | 366 | 155 | 310 | 0 | 70 | 23 | 4 | 500 | 130 | 106 |
| Binary | 11110110 | 1101101 | 11001000 | 0 | 111000 | 10011 | 100 | 101000000 | 1011000 | 1000110 |
Color Harmonies of #F66DC8
Complementary color
Monochromatic Colors of #F66DC8
Black with #F66DC8
Text Example
Text Example
White with #F66DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66DC8; }
p { color: rgb(246,109,200); }
H1.HeaderClassName
{
color: #F66DC8;
}
.AnyTagClassName
{
color: #F66DC8;
}
</style>
background-color css
<style>
a { background-color: #F66DC8; }
a { background-color: rgb(246,109,200); }
div.DivClassName
{
background-color: #F66DC8;
}
.BgClassName
{
background-color: #F66DC8;
}
</style>
border-color css
<style>
span { border-color: #F66DC8; }
span { border-color: rgb(246,109,200); }
td.TdClassName
{
border-color: #F66DC8;
}
.TagClassName
{
border-color: #F66DC8;
}
</style>