Shades of Neon Blue #443BDE
Tints of Neon Blue #443BDE
RGB
CMYK
RGB Variations
Color information
#443BDE (or 0x443BDE) is known color: Neon Blue. HEX triplet: 44, 3B and DE. RGB value is (68,59,222). Sum of RGB (Red+Green+Blue) = 68+59+222=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #443BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BDE is #BBC421. Grayscale: #4F4F4F. Windows color (decimal): -12305442 or 14564164. OLE color: 14564164.
HSL color Cylindrical-coordinate representation of color #443BDE: hue angle of 243.31º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #443BDE is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 59 | 222 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.13 |
| HSL | 243.31º | 0.71% | 0.55% | - |
| HSV(B) | 243.31º | 0.73% | 0.87% | - |
| XYZ | 17.13 | 9.63 | 70.06 | - |
| YUV | 80.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 222 | 0.69 | 0.73 | 0 | 0.13 | 243.31 | 0.71 | 0.55 |
| Hex | 44 | 3B | DE | 45 | 49 | 0 | D | F3 | 47 | 37 |
| Octal | 104 | 73 | 336 | 105 | 111 | 0 | 15 | 363 | 107 | 67 |
| Binary | 1000100 | 111011 | 11011110 | 1000101 | 1001001 | 0 | 1101 | 11110011 | 1000111 | 110111 |
Color Harmonies of #443BDE
Complementary color
Monochromatic Colors of #443BDE
Black with #443BDE
Text Example
Text Example
White with #443BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BDE; }
p { color: rgb(68,59,222); }
H1.HeaderClassName
{
color: #443BDE;
}
.AnyTagClassName
{
color: #443BDE;
}
</style>
background-color css
<style>
a { background-color: #443BDE; }
a { background-color: rgb(68,59,222); }
div.DivClassName
{
background-color: #443BDE;
}
.BgClassName
{
background-color: #443BDE;
}
</style>
border-color css
<style>
span { border-color: #443BDE; }
span { border-color: rgb(68,59,222); }
td.TdClassName
{
border-color: #443BDE;
}
.TagClassName
{
border-color: #443BDE;
}
</style>