Shades of Neon Blue #444CED
Tints of Neon Blue #444CED
RGB
CMYK
RGB Variations
Color information
#444CED (or 0x444CED) is known color: Neon Blue. HEX triplet: 44, 4C and ED. RGB value is (68,76,237). Sum of RGB (Red+Green+Blue) = 68+76+237=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #444CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CED is #BBB312. Grayscale: #5B5B5B. Windows color (decimal): -12301075 or 15551556. OLE color: 15551556.
HSL color Cylindrical-coordinate representation of color #444CED: hue angle of 237.16º 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 #444CED is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 76 | 237 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.07 |
| HSL | 237.16º | 0.82% | 0.6% | - |
| HSV(B) | 237.16º | 0.71% | 0.93% | - |
| XYZ | 20.25 | 12.51 | 81.47 | - |
| YUV | 91.96 | 209.85 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 237 | 0.71 | 0.68 | 0 | 0.07 | 237.16 | 0.82 | 0.6 |
| Hex | 44 | 4C | ED | 47 | 44 | 0 | 7 | ED | 52 | 3C |
| Octal | 104 | 114 | 355 | 107 | 104 | 0 | 7 | 355 | 122 | 74 |
| Binary | 1000100 | 1001100 | 11101101 | 1000111 | 1000100 | 0 | 111 | 11101101 | 1010010 | 111100 |
Color Harmonies of #444CED
Complementary color
Monochromatic Colors of #444CED
Black with #444CED
Text Example
Text Example
White with #444CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CED; }
p { color: rgb(68,76,237); }
H1.HeaderClassName
{
color: #444CED;
}
.AnyTagClassName
{
color: #444CED;
}
</style>
background-color css
<style>
a { background-color: #444CED; }
a { background-color: rgb(68,76,237); }
div.DivClassName
{
background-color: #444CED;
}
.BgClassName
{
background-color: #444CED;
}
</style>
border-color css
<style>
span { border-color: #444CED; }
span { border-color: rgb(68,76,237); }
td.TdClassName
{
border-color: #444CED;
}
.TagClassName
{
border-color: #444CED;
}
</style>