Shades of Neon Pink #DE68B9
Tints of Neon Pink #DE68B9
RGB
CMYK
RGB Variations
Color information
#DE68B9 (or 0xDE68B9) is known color: Neon Pink. HEX triplet: DE, 68 and B9. RGB value is (222,104,185). Sum of RGB (Red+Green+Blue) = 222+104+185=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68B9 is #219746. Grayscale: #949494. Windows color (decimal): -2201415 or 12151006. OLE color: 12151006.
HSL color Cylindrical-coordinate representation of color #DE68B9: hue angle of 318.81º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE68B9 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 185 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.13 |
| HSL | 318.81º | 0.64% | 0.64% | - |
| HSV(B) | 318.81º | 0.53% | 0.87% | - |
| XYZ | 43.83 | 28.93 | 49.17 | - |
| YUV | 148.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 185 | 0 | 0.53 | 0.17 | 0.13 | 318.81 | 0.64 | 0.64 |
| Hex | DE | 68 | B9 | 0 | 35 | 11 | D | 13F | 40 | 40 |
| Octal | 336 | 150 | 271 | 0 | 65 | 21 | 15 | 477 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10111001 | 0 | 110101 | 10001 | 1101 | 100111111 | 1000000 | 1000000 |
Color Harmonies of #DE68B9
Complementary color
Monochromatic Colors of #DE68B9
Black with #DE68B9
Text Example
Text Example
White with #DE68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68B9; }
p { color: rgb(222,104,185); }
H1.HeaderClassName
{
color: #DE68B9;
}
.AnyTagClassName
{
color: #DE68B9;
}
</style>
background-color css
<style>
a { background-color: #DE68B9; }
a { background-color: rgb(222,104,185); }
div.DivClassName
{
background-color: #DE68B9;
}
.BgClassName
{
background-color: #DE68B9;
}
</style>
border-color css
<style>
span { border-color: #DE68B9; }
span { border-color: rgb(222,104,185); }
td.TdClassName
{
border-color: #DE68B9;
}
.TagClassName
{
border-color: #DE68B9;
}
</style>