Shades of Neon Pink #DF66BA
Tints of Neon Pink #DF66BA
RGB
CMYK
RGB Variations
Color information
#DF66BA (or 0xDF66BA) is known color: Neon Pink. HEX triplet: DF, 66 and BA. RGB value is (223,102,186). Sum of RGB (Red+Green+Blue) = 223+102+186=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66BA is #209945. Grayscale: #939393. Windows color (decimal): -2136390 or 12216031. OLE color: 12216031.
HSL color Cylindrical-coordinate representation of color #DF66BA: hue angle of 318.35º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF66BA is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 186 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.13 |
| HSL | 318.35º | 0.65% | 0.64% | - |
| HSV(B) | 318.35º | 0.54% | 0.87% | - |
| XYZ | 44.05 | 28.74 | 49.68 | - |
| YUV | 147.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 186 | 0 | 0.54 | 0.17 | 0.13 | 318.35 | 0.65 | 0.64 |
| Hex | DF | 66 | BA | 0 | 36 | 11 | D | 13E | 41 | 40 |
| Octal | 337 | 146 | 272 | 0 | 66 | 21 | 15 | 476 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10111010 | 0 | 110110 | 10001 | 1101 | 100111110 | 1000001 | 1000000 |
Color Harmonies of #DF66BA
Complementary color
Monochromatic Colors of #DF66BA
Black with #DF66BA
Text Example
Text Example
White with #DF66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66BA; }
p { color: rgb(223,102,186); }
H1.HeaderClassName
{
color: #DF66BA;
}
.AnyTagClassName
{
color: #DF66BA;
}
</style>
background-color css
<style>
a { background-color: #DF66BA; }
a { background-color: rgb(223,102,186); }
div.DivClassName
{
background-color: #DF66BA;
}
.BgClassName
{
background-color: #DF66BA;
}
</style>
border-color css
<style>
span { border-color: #DF66BA; }
span { border-color: rgb(223,102,186); }
td.TdClassName
{
border-color: #DF66BA;
}
.TagClassName
{
border-color: #DF66BA;
}
</style>