Shades of Neon Blue #444BEC
Tints of Neon Blue #444BEC
RGB
CMYK
RGB Variations
Color information
#444BEC (or 0x444BEC) is known color: Neon Blue. HEX triplet: 44, 4B and EC. RGB value is (68,75,236). Sum of RGB (Red+Green+Blue) = 68+75+236=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #444BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BEC is #BBB413. Grayscale: #5A5A5A. Windows color (decimal): -12301332 or 15485764. OLE color: 15485764.
HSL color Cylindrical-coordinate representation of color #444BEC: hue angle of 237.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444BEC is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 75 | 236 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.07 |
| HSL | 237.5º | 0.82% | 0.6% | - |
| HSV(B) | 237.5º | 0.71% | 0.93% | - |
| XYZ | 20.04 | 12.32 | 80.68 | - |
| YUV | 91.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 236 | 0.71 | 0.68 | 0 | 0.07 | 237.5 | 0.82 | 0.6 |
| Hex | 44 | 4B | EC | 47 | 44 | 0 | 7 | EE | 52 | 3C |
| Octal | 104 | 113 | 354 | 107 | 104 | 0 | 7 | 356 | 122 | 74 |
| Binary | 1000100 | 1001011 | 11101100 | 1000111 | 1000100 | 0 | 111 | 11101110 | 1010010 | 111100 |
Color Harmonies of #444BEC
Complementary color
Monochromatic Colors of #444BEC
Black with #444BEC
Text Example
Text Example
White with #444BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BEC; }
p { color: rgb(68,75,236); }
H1.HeaderClassName
{
color: #444BEC;
}
.AnyTagClassName
{
color: #444BEC;
}
</style>
background-color css
<style>
a { background-color: #444BEC; }
a { background-color: rgb(68,75,236); }
div.DivClassName
{
background-color: #444BEC;
}
.BgClassName
{
background-color: #444BEC;
}
</style>
border-color css
<style>
span { border-color: #444BEC; }
span { border-color: rgb(68,75,236); }
td.TdClassName
{
border-color: #444BEC;
}
.TagClassName
{
border-color: #444BEC;
}
</style>