Shades of Neon Blue #444BE8
Tints of Neon Blue #444BE8
RGB
CMYK
RGB Variations
Color information
#444BE8 (or 0x444BE8) is known color: Neon Blue. HEX triplet: 44, 4B and E8. RGB value is (68,75,232). Sum of RGB (Red+Green+Blue) = 68+75+232=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #444BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BE8 is #BBB417. Grayscale: #5A5A5A. Windows color (decimal): -12301336 or 15223620. OLE color: 15223620.
HSL color Cylindrical-coordinate representation of color #444BE8: hue angle of 237.44º degrees, saturation: 0.78, 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 #444BE8 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 75 | 232 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.09 |
| HSL | 237.44º | 0.78% | 0.59% | - |
| HSV(B) | 237.44º | 0.71% | 0.91% | - |
| XYZ | 19.47 | 12.09 | 77.65 | - |
| YUV | 90.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 232 | 0.71 | 0.68 | 0 | 0.09 | 237.44 | 0.78 | 0.59 |
| Hex | 44 | 4B | E8 | 47 | 44 | 0 | 9 | ED | 4E | 3B |
| Octal | 104 | 113 | 350 | 107 | 104 | 0 | 11 | 355 | 116 | 73 |
| Binary | 1000100 | 1001011 | 11101000 | 1000111 | 1000100 | 0 | 1001 | 11101101 | 1001110 | 111011 |
Color Harmonies of #444BE8
Complementary color
Monochromatic Colors of #444BE8
Black with #444BE8
Text Example
Text Example
White with #444BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BE8; }
p { color: rgb(68,75,232); }
H1.HeaderClassName
{
color: #444BE8;
}
.AnyTagClassName
{
color: #444BE8;
}
</style>
background-color css
<style>
a { background-color: #444BE8; }
a { background-color: rgb(68,75,232); }
div.DivClassName
{
background-color: #444BE8;
}
.BgClassName
{
background-color: #444BE8;
}
</style>
border-color css
<style>
span { border-color: #444BE8; }
span { border-color: rgb(68,75,232); }
td.TdClassName
{
border-color: #444BE8;
}
.TagClassName
{
border-color: #444BE8;
}
</style>