Shades of Neon Pink #DF6ABC
Tints of Neon Pink #DF6ABC
RGB
CMYK
RGB Variations
Color information
#DF6ABC (or 0xDF6ABC) is known color: Neon Pink. HEX triplet: DF, 6A and BC. RGB value is (223,106,188). Sum of RGB (Red+Green+Blue) = 223+106+188=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ABC is #209543. Grayscale: #969696. Windows color (decimal): -2135364 or 12348127. OLE color: 12348127.
HSL color Cylindrical-coordinate representation of color #DF6ABC: hue angle of 317.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6ABC is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 188 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.13 |
| HSL | 317.95º | 0.65% | 0.65% | - |
| HSV(B) | 317.95º | 0.52% | 0.87% | - |
| XYZ | 44.66 | 29.63 | 50.94 | - |
| YUV | 150.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 188 | 0 | 0.52 | 0.16 | 0.13 | 317.95 | 0.65 | 0.65 |
| Hex | DF | 6A | BC | 0 | 34 | 10 | D | 13E | 41 | 41 |
| Octal | 337 | 152 | 274 | 0 | 64 | 20 | 15 | 476 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10111100 | 0 | 110100 | 10000 | 1101 | 100111110 | 1000001 | 1000001 |
Color Harmonies of #DF6ABC
Complementary color
Monochromatic Colors of #DF6ABC
Black with #DF6ABC
Text Example
Text Example
White with #DF6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ABC; }
p { color: rgb(223,106,188); }
H1.HeaderClassName
{
color: #DF6ABC;
}
.AnyTagClassName
{
color: #DF6ABC;
}
</style>
background-color css
<style>
a { background-color: #DF6ABC; }
a { background-color: rgb(223,106,188); }
div.DivClassName
{
background-color: #DF6ABC;
}
.BgClassName
{
background-color: #DF6ABC;
}
</style>
border-color css
<style>
span { border-color: #DF6ABC; }
span { border-color: rgb(223,106,188); }
td.TdClassName
{
border-color: #DF6ABC;
}
.TagClassName
{
border-color: #DF6ABC;
}
</style>