Shades of Neon Blue #444FEE
Tints of Neon Blue #444FEE
RGB
CMYK
RGB Variations
Color information
#444FEE (or 0x444FEE) is known color: Neon Blue. HEX triplet: 44, 4F and EE. RGB value is (68,79,238). Sum of RGB (Red+Green+Blue) = 68+79+238=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #444FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444FEE is #BBB011. Grayscale: #5D5D5D. Windows color (decimal): -12300306 or 15617860. OLE color: 15617860.
HSL color Cylindrical-coordinate representation of color #444FEE: hue angle of 236.12º degrees, saturation: 0.83, 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 #444FEE is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 79 | 238 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.07 |
| HSL | 236.12º | 0.83% | 0.6% | - |
| HSV(B) | 236.12º | 0.71% | 0.93% | - |
| XYZ | 20.61 | 12.99 | 82.31 | - |
| YUV | 93.84 | 209.36 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 238 | 0.71 | 0.67 | 0 | 0.07 | 236.12 | 0.83 | 0.6 |
| Hex | 44 | 4F | EE | 47 | 43 | 0 | 7 | EC | 53 | 3C |
| Octal | 104 | 117 | 356 | 107 | 103 | 0 | 7 | 354 | 123 | 74 |
| Binary | 1000100 | 1001111 | 11101110 | 1000111 | 1000011 | 0 | 111 | 11101100 | 1010011 | 111100 |
Color Harmonies of #444FEE
Complementary color
Monochromatic Colors of #444FEE
Black with #444FEE
Text Example
Text Example
White with #444FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FEE; }
p { color: rgb(68,79,238); }
H1.HeaderClassName
{
color: #444FEE;
}
.AnyTagClassName
{
color: #444FEE;
}
</style>
background-color css
<style>
a { background-color: #444FEE; }
a { background-color: rgb(68,79,238); }
div.DivClassName
{
background-color: #444FEE;
}
.BgClassName
{
background-color: #444FEE;
}
</style>
border-color css
<style>
span { border-color: #444FEE; }
span { border-color: rgb(68,79,238); }
td.TdClassName
{
border-color: #444FEE;
}
.TagClassName
{
border-color: #444FEE;
}
</style>