Shades of Neon Blue #4440E0
Tints of Neon Blue #4440E0
RGB
CMYK
RGB Variations
Color information
#4440E0 (or 0x4440E0) is known color: Neon Blue. HEX triplet: 44, 40 and E0. RGB value is (68,64,224). Sum of RGB (Red+Green+Blue) = 68+64+224=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #4440E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440E0 is #BBBF1F. Grayscale: #525252. Windows color (decimal): -12304160 or 14696516. OLE color: 14696516.
HSL color Cylindrical-coordinate representation of color #4440E0: hue angle of 241.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4440E0 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 64 | 224 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.12 |
| HSL | 241.5º | 0.72% | 0.56% | - |
| HSV(B) | 241.5º | 0.71% | 0.88% | - |
| XYZ | 17.67 | 10.28 | 71.57 | - |
| YUV | 83.44 | 207.33 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 224 | 0.70 | 0.71 | 0 | 0.12 | 241.5 | 0.72 | 0.56 |
| Hex | 44 | 40 | E0 | 46 | 47 | 0 | C | F2 | 48 | 38 |
| Octal | 104 | 100 | 340 | 106 | 107 | 0 | 14 | 362 | 110 | 70 |
| Binary | 1000100 | 1000000 | 11100000 | 1000110 | 1000111 | 0 | 1100 | 11110010 | 1001000 | 111000 |
Color Harmonies of #4440E0
Complementary color
Monochromatic Colors of #4440E0
Black with #4440E0
Text Example
Text Example
White with #4440E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4440E0; }
p { color: rgb(68,64,224); }
H1.HeaderClassName
{
color: #4440E0;
}
.AnyTagClassName
{
color: #4440E0;
}
</style>
background-color css
<style>
a { background-color: #4440E0; }
a { background-color: rgb(68,64,224); }
div.DivClassName
{
background-color: #4440E0;
}
.BgClassName
{
background-color: #4440E0;
}
</style>
border-color css
<style>
span { border-color: #4440E0; }
span { border-color: rgb(68,64,224); }
td.TdClassName
{
border-color: #4440E0;
}
.TagClassName
{
border-color: #4440E0;
}
</style>