Shades of Neon Pink #DF68BB
Tints of Neon Pink #DF68BB
RGB
CMYK
RGB Variations
Color information
#DF68BB (or 0xDF68BB) is known color: Neon Pink. HEX triplet: DF, 68 and BB. RGB value is (223,104,187). Sum of RGB (Red+Green+Blue) = 223+104+187=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68BB is #209744. Grayscale: #949494. Windows color (decimal): -2135877 or 12282079. OLE color: 12282079.
HSL color Cylindrical-coordinate representation of color #DF68BB: hue angle of 318.15º degrees, saturation: 0.65, 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 #DF68BB is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 187 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.13 |
| HSL | 318.15º | 0.65% | 0.64% | - |
| HSV(B) | 318.15º | 0.53% | 0.87% | - |
| XYZ | 44.35 | 29.18 | 50.31 | - |
| YUV | 149.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 187 | 0 | 0.53 | 0.16 | 0.13 | 318.15 | 0.65 | 0.64 |
| Hex | DF | 68 | BB | 0 | 35 | 10 | D | 13E | 41 | 40 |
| Octal | 337 | 150 | 273 | 0 | 65 | 20 | 15 | 476 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10111011 | 0 | 110101 | 10000 | 1101 | 100111110 | 1000001 | 1000000 |
Color Harmonies of #DF68BB
Complementary color
Monochromatic Colors of #DF68BB
Black with #DF68BB
Text Example
Text Example
White with #DF68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68BB; }
p { color: rgb(223,104,187); }
H1.HeaderClassName
{
color: #DF68BB;
}
.AnyTagClassName
{
color: #DF68BB;
}
</style>
background-color css
<style>
a { background-color: #DF68BB; }
a { background-color: rgb(223,104,187); }
div.DivClassName
{
background-color: #DF68BB;
}
.BgClassName
{
background-color: #DF68BB;
}
</style>
border-color css
<style>
span { border-color: #DF68BB; }
span { border-color: rgb(223,104,187); }
td.TdClassName
{
border-color: #DF68BB;
}
.TagClassName
{
border-color: #DF68BB;
}
</style>