Shades of Neon Pink #F66DD3
Tints of Neon Pink #F66DD3
RGB
CMYK
RGB Variations
Color information
#F66DD3 (or 0xF66DD3) is known color: Neon Pink. HEX triplet: F6, 6D and D3. RGB value is (246,109,211). Sum of RGB (Red+Green+Blue) = 246+109+211=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DD3 is #09922C. Grayscale: #A1A1A1. Windows color (decimal): -627245 or 13856246. OLE color: 13856246.
HSL color Cylindrical-coordinate representation of color #F66DD3: hue angle of 315.33º 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 #F66DD3 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 211 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.04 |
| HSL | 315.33º | 0.88% | 0.7% | - |
| HSV(B) | 315.33º | 0.56% | 0.96% | - |
| XYZ | 55.23 | 35.23 | 65.52 | - |
| YUV | 161.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 211 | 0 | 0.56 | 0.14 | 0.04 | 315.33 | 0.88 | 0.7 |
| Hex | F6 | 6D | D3 | 0 | 38 | E | 4 | 13B | 58 | 46 |
| Octal | 366 | 155 | 323 | 0 | 70 | 16 | 4 | 473 | 130 | 106 |
| Binary | 11110110 | 1101101 | 11010011 | 0 | 111000 | 1110 | 100 | 100111011 | 1011000 | 1000110 |
Color Harmonies of #F66DD3
Complementary color
Monochromatic Colors of #F66DD3
Black with #F66DD3
Text Example
Text Example
White with #F66DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66DD3; }
p { color: rgb(246,109,211); }
H1.HeaderClassName
{
color: #F66DD3;
}
.AnyTagClassName
{
color: #F66DD3;
}
</style>
background-color css
<style>
a { background-color: #F66DD3; }
a { background-color: rgb(246,109,211); }
div.DivClassName
{
background-color: #F66DD3;
}
.BgClassName
{
background-color: #F66DD3;
}
</style>
border-color css
<style>
span { border-color: #F66DD3; }
span { border-color: rgb(246,109,211); }
td.TdClassName
{
border-color: #F66DD3;
}
.TagClassName
{
border-color: #F66DD3;
}
</style>