Shades of Neon Blue #444EEE
Tints of Neon Blue #444EEE
RGB
CMYK
RGB Variations
Color information
#444EEE (or 0x444EEE) is known color: Neon Blue. HEX triplet: 44, 4E and EE. RGB value is (68,78,238). Sum of RGB (Red+Green+Blue) = 68+78+238=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #444EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444EEE is #BBB111. Grayscale: #5C5C5C. Windows color (decimal): -12300562 or 15617604. OLE color: 15617604.
HSL color Cylindrical-coordinate representation of color #444EEE: hue angle of 236.47º 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 #444EEE is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 78 | 238 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.07 |
| HSL | 236.47º | 0.83% | 0.6% | - |
| HSV(B) | 236.47º | 0.71% | 0.93% | - |
| XYZ | 20.54 | 12.85 | 82.29 | - |
| YUV | 93.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 238 | 0.71 | 0.67 | 0 | 0.07 | 236.47 | 0.83 | 0.6 |
| Hex | 44 | 4E | EE | 47 | 43 | 0 | 7 | EC | 53 | 3C |
| Octal | 104 | 116 | 356 | 107 | 103 | 0 | 7 | 354 | 123 | 74 |
| Binary | 1000100 | 1001110 | 11101110 | 1000111 | 1000011 | 0 | 111 | 11101100 | 1010011 | 111100 |
Color Harmonies of #444EEE
Complementary color
Monochromatic Colors of #444EEE
Black with #444EEE
Text Example
Text Example
White with #444EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EEE; }
p { color: rgb(68,78,238); }
H1.HeaderClassName
{
color: #444EEE;
}
.AnyTagClassName
{
color: #444EEE;
}
</style>
background-color css
<style>
a { background-color: #444EEE; }
a { background-color: rgb(68,78,238); }
div.DivClassName
{
background-color: #444EEE;
}
.BgClassName
{
background-color: #444EEE;
}
</style>
border-color css
<style>
span { border-color: #444EEE; }
span { border-color: rgb(68,78,238); }
td.TdClassName
{
border-color: #444EEE;
}
.TagClassName
{
border-color: #444EEE;
}
</style>