Shades of Neon Blue #444EFF
Tints of Neon Blue #444EFF
RGB
CMYK
RGB Variations
Color information
#444EFF (or 0x444EFF) is known color: Neon Blue. HEX triplet: 44, 4E and FF. RGB value is (68,78,255). Sum of RGB (Red+Green+Blue) = 68+78+255=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #444EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444EFF is #BBB100. Grayscale: #5E5E5E. Windows color (decimal): -12300545 or 16731716. OLE color: 16731716.
HSL color Cylindrical-coordinate representation of color #444EFF: hue angle of 236.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444EFF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 78 | 255 | - |
| CMYK | 0.73 | 0.69 | 0 | 0 |
| HSL | 236.79º | 1% | 0.63% | - |
| HSV(B) | 236.79º | 0.73% | 1% | - |
| XYZ | 23.16 | 13.9 | 96.07 | - |
| YUV | 95.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 255 | 0.73 | 0.69 | 0 | 0 | 236.79 | 1 | 0.63 |
| Hex | 44 | 4E | FF | 49 | 45 | 0 | 0 | ED | 64 | 3F |
| Octal | 104 | 116 | 377 | 111 | 105 | 0 | 0 | 355 | 144 | 77 |
| Binary | 1000100 | 1001110 | 11111111 | 1001001 | 1000101 | 0 | 0 | 11101101 | 1100100 | 111111 |
Color Harmonies of #444EFF
Complementary color
Monochromatic Colors of #444EFF
Black with #444EFF
Text Example
Text Example
White with #444EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EFF; }
p { color: rgb(68,78,255); }
H1.HeaderClassName
{
color: #444EFF;
}
.AnyTagClassName
{
color: #444EFF;
}
</style>
background-color css
<style>
a { background-color: #444EFF; }
a { background-color: rgb(68,78,255); }
div.DivClassName
{
background-color: #444EFF;
}
.BgClassName
{
background-color: #444EFF;
}
</style>
border-color css
<style>
span { border-color: #444EFF; }
span { border-color: rgb(68,78,255); }
td.TdClassName
{
border-color: #444EFF;
}
.TagClassName
{
border-color: #444EFF;
}
</style>