Shades of Neon Blue #444CE8
Tints of Neon Blue #444CE8
RGB
CMYK
RGB Variations
Color information
#444CE8 (or 0x444CE8) is known color: Neon Blue. HEX triplet: 44, 4C and E8. RGB value is (68,76,232). Sum of RGB (Red+Green+Blue) = 68+76+232=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #444CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CE8 is #BBB317. Grayscale: #5A5A5A. Windows color (decimal): -12301080 or 15223876. OLE color: 15223876.
HSL color Cylindrical-coordinate representation of color #444CE8: hue angle of 237.07º 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 #444CE8 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 76 | 232 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.09 |
| HSL | 237.07º | 0.78% | 0.59% | - |
| HSV(B) | 237.07º | 0.71% | 0.91% | - |
| XYZ | 19.53 | 12.22 | 77.67 | - |
| YUV | 91.39 | 207.35 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 232 | 0.71 | 0.67 | 0 | 0.09 | 237.07 | 0.78 | 0.59 |
| Hex | 44 | 4C | E8 | 47 | 43 | 0 | 9 | ED | 4E | 3B |
| Octal | 104 | 114 | 350 | 107 | 103 | 0 | 11 | 355 | 116 | 73 |
| Binary | 1000100 | 1001100 | 11101000 | 1000111 | 1000011 | 0 | 1001 | 11101101 | 1001110 | 111011 |
Color Harmonies of #444CE8
Complementary color
Monochromatic Colors of #444CE8
Black with #444CE8
Text Example
Text Example
White with #444CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CE8; }
p { color: rgb(68,76,232); }
H1.HeaderClassName
{
color: #444CE8;
}
.AnyTagClassName
{
color: #444CE8;
}
</style>
background-color css
<style>
a { background-color: #444CE8; }
a { background-color: rgb(68,76,232); }
div.DivClassName
{
background-color: #444CE8;
}
.BgClassName
{
background-color: #444CE8;
}
</style>
border-color css
<style>
span { border-color: #444CE8; }
span { border-color: rgb(68,76,232); }
td.TdClassName
{
border-color: #444CE8;
}
.TagClassName
{
border-color: #444CE8;
}
</style>