Shades of Neon Blue #444FE8
Tints of Neon Blue #444FE8
RGB
CMYK
RGB Variations
Color information
#444FE8 (or 0x444FE8) is known color: Neon Blue. HEX triplet: 44, 4F and E8. RGB value is (68,79,232). Sum of RGB (Red+Green+Blue) = 68+79+232=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #444FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444FE8 is #BBB017. Grayscale: #5C5C5C. Windows color (decimal): -12300312 or 15224644. OLE color: 15224644.
HSL color Cylindrical-coordinate representation of color #444FE8: hue angle of 235.98º 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 #444FE8 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 79 | 232 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.09 |
| HSL | 235.98º | 0.78% | 0.59% | - |
| HSV(B) | 235.98º | 0.71% | 0.91% | - |
| XYZ | 19.75 | 12.65 | 77.74 | - |
| YUV | 93.15 | 206.36 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 232 | 0.71 | 0.66 | 0 | 0.09 | 235.98 | 0.78 | 0.59 |
| Hex | 44 | 4F | E8 | 47 | 42 | 0 | 9 | EC | 4E | 3B |
| Octal | 104 | 117 | 350 | 107 | 102 | 0 | 11 | 354 | 116 | 73 |
| Binary | 1000100 | 1001111 | 11101000 | 1000111 | 1000010 | 0 | 1001 | 11101100 | 1001110 | 111011 |
Color Harmonies of #444FE8
Complementary color
Monochromatic Colors of #444FE8
Black with #444FE8
Text Example
Text Example
White with #444FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FE8; }
p { color: rgb(68,79,232); }
H1.HeaderClassName
{
color: #444FE8;
}
.AnyTagClassName
{
color: #444FE8;
}
</style>
background-color css
<style>
a { background-color: #444FE8; }
a { background-color: rgb(68,79,232); }
div.DivClassName
{
background-color: #444FE8;
}
.BgClassName
{
background-color: #444FE8;
}
</style>
border-color css
<style>
span { border-color: #444FE8; }
span { border-color: rgb(68,79,232); }
td.TdClassName
{
border-color: #444FE8;
}
.TagClassName
{
border-color: #444FE8;
}
</style>