Shades of Neon Blue #444DEE
Tints of Neon Blue #444DEE
RGB
CMYK
RGB Variations
Color information
#444DEE (or 0x444DEE) is known color: Neon Blue. HEX triplet: 44, 4D and EE. RGB value is (68,77,238). Sum of RGB (Red+Green+Blue) = 68+77+238=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #444DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444DEE is #BBB211. Grayscale: #5C5C5C. Windows color (decimal): -12300818 or 15617348. OLE color: 15617348.
HSL color Cylindrical-coordinate representation of color #444DEE: hue angle of 236.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444DEE is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 77 | 238 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.07 |
| HSL | 236.82º | 0.83% | 0.6% | - |
| HSV(B) | 236.82º | 0.71% | 0.93% | - |
| XYZ | 20.47 | 12.71 | 82.26 | - |
| YUV | 92.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 238 | 0.71 | 0.68 | 0 | 0.07 | 236.82 | 0.83 | 0.6 |
| Hex | 44 | 4D | EE | 47 | 44 | 0 | 7 | ED | 53 | 3C |
| Octal | 104 | 115 | 356 | 107 | 104 | 0 | 7 | 355 | 123 | 74 |
| Binary | 1000100 | 1001101 | 11101110 | 1000111 | 1000100 | 0 | 111 | 11101101 | 1010011 | 111100 |
Color Harmonies of #444DEE
Complementary color
Monochromatic Colors of #444DEE
Black with #444DEE
Text Example
Text Example
White with #444DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DEE; }
p { color: rgb(68,77,238); }
H1.HeaderClassName
{
color: #444DEE;
}
.AnyTagClassName
{
color: #444DEE;
}
</style>
background-color css
<style>
a { background-color: #444DEE; }
a { background-color: rgb(68,77,238); }
div.DivClassName
{
background-color: #444DEE;
}
.BgClassName
{
background-color: #444DEE;
}
</style>
border-color css
<style>
span { border-color: #444DEE; }
span { border-color: rgb(68,77,238); }
td.TdClassName
{
border-color: #444DEE;
}
.TagClassName
{
border-color: #444DEE;
}
</style>