Shades of Neon Pink #DF65BA
Tints of Neon Pink #DF65BA
RGB
CMYK
RGB Variations
Color information
#DF65BA (or 0xDF65BA) is known color: Neon Pink. HEX triplet: DF, 65 and BA. RGB value is (223,101,186). Sum of RGB (Red+Green+Blue) = 223+101+186=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65BA is #209A45. Grayscale: #929292. Windows color (decimal): -2136646 or 12215775. OLE color: 12215775.
HSL color Cylindrical-coordinate representation of color #DF65BA: hue angle of 318.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65BA is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 186 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.13 |
| HSL | 318.2º | 0.66% | 0.64% | - |
| HSV(B) | 318.2º | 0.55% | 0.87% | - |
| XYZ | 43.95 | 28.54 | 49.65 | - |
| YUV | 147.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 186 | 0 | 0.55 | 0.17 | 0.13 | 318.2 | 0.66 | 0.64 |
| Hex | DF | 65 | BA | 0 | 37 | 11 | D | 13E | 42 | 40 |
| Octal | 337 | 145 | 272 | 0 | 67 | 21 | 15 | 476 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10111010 | 0 | 110111 | 10001 | 1101 | 100111110 | 1000010 | 1000000 |
Color Harmonies of #DF65BA
Complementary color
Monochromatic Colors of #DF65BA
Black with #DF65BA
Text Example
Text Example
White with #DF65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65BA; }
p { color: rgb(223,101,186); }
H1.HeaderClassName
{
color: #DF65BA;
}
.AnyTagClassName
{
color: #DF65BA;
}
</style>
background-color css
<style>
a { background-color: #DF65BA; }
a { background-color: rgb(223,101,186); }
div.DivClassName
{
background-color: #DF65BA;
}
.BgClassName
{
background-color: #DF65BA;
}
</style>
border-color css
<style>
span { border-color: #DF65BA; }
span { border-color: rgb(223,101,186); }
td.TdClassName
{
border-color: #DF65BA;
}
.TagClassName
{
border-color: #DF65BA;
}
</style>