Shades of Neon Pink #DE66BA
Tints of Neon Pink #DE66BA
RGB
CMYK
RGB Variations
Color information
#DE66BA (or 0xDE66BA) is known color: Neon Pink. HEX triplet: DE, 66 and BA. RGB value is (222,102,186). Sum of RGB (Red+Green+Blue) = 222+102+186=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66BA is #219945. Grayscale: #939393. Windows color (decimal): -2201926 or 12216030. OLE color: 12216030.
HSL color Cylindrical-coordinate representation of color #DE66BA: hue angle of 318º 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 #DE66BA is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 186 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.13 |
| HSL | 318º | 0.65% | 0.64% | - |
| HSV(B) | 318º | 0.54% | 0.87% | - |
| XYZ | 43.74 | 28.58 | 49.67 | - |
| YUV | 147.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 186 | 0 | 0.54 | 0.16 | 0.13 | 318 | 0.65 | 0.64 |
| Hex | DE | 66 | BA | 0 | 36 | 10 | D | 13E | 41 | 40 |
| Octal | 336 | 146 | 272 | 0 | 66 | 20 | 15 | 476 | 101 | 100 |
| Binary | 11011110 | 1100110 | 10111010 | 0 | 110110 | 10000 | 1101 | 100111110 | 1000001 | 1000000 |
Color Harmonies of #DE66BA
Complementary color
Monochromatic Colors of #DE66BA
Black with #DE66BA
Text Example
Text Example
White with #DE66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66BA; }
p { color: rgb(222,102,186); }
H1.HeaderClassName
{
color: #DE66BA;
}
.AnyTagClassName
{
color: #DE66BA;
}
</style>
background-color css
<style>
a { background-color: #DE66BA; }
a { background-color: rgb(222,102,186); }
div.DivClassName
{
background-color: #DE66BA;
}
.BgClassName
{
background-color: #DE66BA;
}
</style>
border-color css
<style>
span { border-color: #DE66BA; }
span { border-color: rgb(222,102,186); }
td.TdClassName
{
border-color: #DE66BA;
}
.TagClassName
{
border-color: #DE66BA;
}
</style>