Shades of Neon Blue #444BED
Tints of Neon Blue #444BED
RGB
CMYK
RGB Variations
Color information
#444BED (or 0x444BED) is known color: Neon Blue. HEX triplet: 44, 4B and ED. RGB value is (68,75,237). Sum of RGB (Red+Green+Blue) = 68+75+237=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #444BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BED is #BBB412. Grayscale: #5A5A5A. Windows color (decimal): -12301331 or 15551300. OLE color: 15551300.
HSL color Cylindrical-coordinate representation of color #444BED: hue angle of 237.51º 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 #444BED is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 75 | 237 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.07 |
| HSL | 237.51º | 0.82% | 0.6% | - |
| HSV(B) | 237.51º | 0.71% | 0.93% | - |
| XYZ | 20.19 | 12.38 | 81.45 | - |
| YUV | 91.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 237 | 0.71 | 0.68 | 0 | 0.07 | 237.51 | 0.82 | 0.6 |
| Hex | 44 | 4B | ED | 47 | 44 | 0 | 7 | EE | 52 | 3C |
| Octal | 104 | 113 | 355 | 107 | 104 | 0 | 7 | 356 | 122 | 74 |
| Binary | 1000100 | 1001011 | 11101101 | 1000111 | 1000100 | 0 | 111 | 11101110 | 1010010 | 111100 |
Color Harmonies of #444BED
Complementary color
Monochromatic Colors of #444BED
Black with #444BED
Text Example
Text Example
White with #444BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BED; }
p { color: rgb(68,75,237); }
H1.HeaderClassName
{
color: #444BED;
}
.AnyTagClassName
{
color: #444BED;
}
</style>
background-color css
<style>
a { background-color: #444BED; }
a { background-color: rgb(68,75,237); }
div.DivClassName
{
background-color: #444BED;
}
.BgClassName
{
background-color: #444BED;
}
</style>
border-color css
<style>
span { border-color: #444BED; }
span { border-color: rgb(68,75,237); }
td.TdClassName
{
border-color: #444BED;
}
.TagClassName
{
border-color: #444BED;
}
</style>