Shades of Neon Pink #F66DD1
Tints of Neon Pink #F66DD1
RGB
CMYK
RGB Variations
Color information
#F66DD1 (or 0xF66DD1) is known color: Neon Pink. HEX triplet: F6, 6D and D1. RGB value is (246,109,209). Sum of RGB (Red+Green+Blue) = 246+109+209=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DD1 is #09922E. Grayscale: #A1A1A1. Windows color (decimal): -627247 or 13725174. OLE color: 13725174.
HSL color Cylindrical-coordinate representation of color #F66DD1: hue angle of 316.2º 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 #F66DD1 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 209 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.04 |
| HSL | 316.2º | 0.88% | 0.7% | - |
| HSV(B) | 316.2º | 0.56% | 0.96% | - |
| XYZ | 54.98 | 35.13 | 64.21 | - |
| YUV | 161.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 209 | 0 | 0.56 | 0.15 | 0.04 | 316.2 | 0.88 | 0.7 |
| Hex | F6 | 6D | D1 | 0 | 38 | F | 4 | 13C | 58 | 46 |
| Octal | 366 | 155 | 321 | 0 | 70 | 17 | 4 | 474 | 130 | 106 |
| Binary | 11110110 | 1101101 | 11010001 | 0 | 111000 | 1111 | 100 | 100111100 | 1011000 | 1000110 |
Color Harmonies of #F66DD1
Complementary color
Monochromatic Colors of #F66DD1
Black with #F66DD1
Text Example
Text Example
White with #F66DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66DD1; }
p { color: rgb(246,109,209); }
H1.HeaderClassName
{
color: #F66DD1;
}
.AnyTagClassName
{
color: #F66DD1;
}
</style>
background-color css
<style>
a { background-color: #F66DD1; }
a { background-color: rgb(246,109,209); }
div.DivClassName
{
background-color: #F66DD1;
}
.BgClassName
{
background-color: #F66DD1;
}
</style>
border-color css
<style>
span { border-color: #F66DD1; }
span { border-color: rgb(246,109,209); }
td.TdClassName
{
border-color: #F66DD1;
}
.TagClassName
{
border-color: #F66DD1;
}
</style>