Shades of Neon Pink #DF69BB
Tints of Neon Pink #DF69BB
RGB
CMYK
RGB Variations
Color information
#DF69BB (or 0xDF69BB) is known color: Neon Pink. HEX triplet: DF, 69 and BB. RGB value is (223,105,187). Sum of RGB (Red+Green+Blue) = 223+105+187=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69BB is #209644. Grayscale: #959595. Windows color (decimal): -2135621 or 12282335. OLE color: 12282335.
HSL color Cylindrical-coordinate representation of color #DF69BB: hue angle of 318.31º 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 #DF69BB is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 187 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.13 |
| HSL | 318.31º | 0.65% | 0.64% | - |
| HSV(B) | 318.31º | 0.53% | 0.87% | - |
| XYZ | 44.45 | 29.38 | 50.34 | - |
| YUV | 149.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 187 | 0 | 0.53 | 0.16 | 0.13 | 318.31 | 0.65 | 0.64 |
| Hex | DF | 69 | BB | 0 | 35 | 10 | D | 13E | 41 | 40 |
| Octal | 337 | 151 | 273 | 0 | 65 | 20 | 15 | 476 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10111011 | 0 | 110101 | 10000 | 1101 | 100111110 | 1000001 | 1000000 |
Color Harmonies of #DF69BB
Complementary color
Monochromatic Colors of #DF69BB
Black with #DF69BB
Text Example
Text Example
White with #DF69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69BB; }
p { color: rgb(223,105,187); }
H1.HeaderClassName
{
color: #DF69BB;
}
.AnyTagClassName
{
color: #DF69BB;
}
</style>
background-color css
<style>
a { background-color: #DF69BB; }
a { background-color: rgb(223,105,187); }
div.DivClassName
{
background-color: #DF69BB;
}
.BgClassName
{
background-color: #DF69BB;
}
</style>
border-color css
<style>
span { border-color: #DF69BB; }
span { border-color: rgb(223,105,187); }
td.TdClassName
{
border-color: #DF69BB;
}
.TagClassName
{
border-color: #DF69BB;
}
</style>