Shades of Neon Blue #444FE3
Tints of Neon Blue #444FE3
RGB
CMYK
RGB Variations
Color information
#444FE3 (or 0x444FE3) is known color: Neon Blue. HEX triplet: 44, 4F and E3. RGB value is (68,79,227). Sum of RGB (Red+Green+Blue) = 68+79+227=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 227 (89.06% from 255 or 60.70% from 374); Max value from RGB is 227 - color contains mainly: blue. Hex color #444FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FE3 is #BBB01C. Grayscale: #5B5B5B. Windows color (decimal): -12300317 or 14896964. OLE color: 14896964.
HSL color Cylindrical-coordinate representation of color #444FE3: hue angle of 235.85º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444FE3 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 79 | 227 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.11 |
| HSL | 235.85º | 0.74% | 0.58% | - |
| HSV(B) | 235.85º | 0.7% | 0.89% | - |
| XYZ | 19.05 | 12.37 | 74.06 | - |
| YUV | 92.58 | 203.86 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 227 | 0.70 | 0.65 | 0 | 0.11 | 235.85 | 0.74 | 0.58 |
| Hex | 44 | 4F | E3 | 46 | 41 | 0 | B | EC | 4A | 3A |
| Octal | 104 | 117 | 343 | 106 | 101 | 0 | 13 | 354 | 112 | 72 |
| Binary | 1000100 | 1001111 | 11100011 | 1000110 | 1000001 | 0 | 1011 | 11101100 | 1001010 | 111010 |
Color Harmonies of #444FE3
Complementary color
Monochromatic Colors of #444FE3
Black with #444FE3
Text Example
Text Example
White with #444FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FE3; }
p { color: rgb(68,79,227); }
H1.HeaderClassName
{
color: #444FE3;
}
.AnyTagClassName
{
color: #444FE3;
}
</style>
background-color css
<style>
a { background-color: #444FE3; }
a { background-color: rgb(68,79,227); }
div.DivClassName
{
background-color: #444FE3;
}
.BgClassName
{
background-color: #444FE3;
}
</style>
border-color css
<style>
span { border-color: #444FE3; }
span { border-color: rgb(68,79,227); }
td.TdClassName
{
border-color: #444FE3;
}
.TagClassName
{
border-color: #444FE3;
}
</style>