Shades of Neon Blue #444EE9
Tints of Neon Blue #444EE9
RGB
CMYK
RGB Variations
Color information
#444EE9 (or 0x444EE9) is known color: Neon Blue. HEX triplet: 44, 4E and E9. RGB value is (68,78,233). Sum of RGB (Red+Green+Blue) = 68+78+233=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 233 (91.41% from 255 or 61.48% from 379); Max value from RGB is 233 - color contains mainly: blue. Hex color #444EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444EE9 is #BBB116. Grayscale: #5C5C5C. Windows color (decimal): -12300567 or 15289924. OLE color: 15289924.
HSL color Cylindrical-coordinate representation of color #444EE9: hue angle of 236.36º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444EE9 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 78 | 233 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.09 |
| HSL | 236.36º | 0.79% | 0.59% | - |
| HSV(B) | 236.36º | 0.71% | 0.91% | - |
| XYZ | 19.82 | 12.56 | 78.47 | - |
| YUV | 92.68 | 207.19 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 233 | 0.71 | 0.67 | 0 | 0.09 | 236.36 | 0.79 | 0.59 |
| Hex | 44 | 4E | E9 | 47 | 43 | 0 | 9 | EC | 4F | 3B |
| Octal | 104 | 116 | 351 | 107 | 103 | 0 | 11 | 354 | 117 | 73 |
| Binary | 1000100 | 1001110 | 11101001 | 1000111 | 1000011 | 0 | 1001 | 11101100 | 1001111 | 111011 |
Color Harmonies of #444EE9
Complementary color
Monochromatic Colors of #444EE9
Black with #444EE9
Text Example
Text Example
White with #444EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EE9; }
p { color: rgb(68,78,233); }
H1.HeaderClassName
{
color: #444EE9;
}
.AnyTagClassName
{
color: #444EE9;
}
</style>
background-color css
<style>
a { background-color: #444EE9; }
a { background-color: rgb(68,78,233); }
div.DivClassName
{
background-color: #444EE9;
}
.BgClassName
{
background-color: #444EE9;
}
</style>
border-color css
<style>
span { border-color: #444EE9; }
span { border-color: rgb(68,78,233); }
td.TdClassName
{
border-color: #444EE9;
}
.TagClassName
{
border-color: #444EE9;
}
</style>