Shades of Neon Blue #444CEF
Tints of Neon Blue #444CEF
RGB
CMYK
RGB Variations
Color information
#444CEF (or 0x444CEF) is known color: Neon Blue. HEX triplet: 44, 4C and EF. RGB value is (68,76,239). Sum of RGB (Red+Green+Blue) = 68+76+239=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #444CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CEF is #BBB310. Grayscale: #5B5B5B. Windows color (decimal): -12301073 or 15682628. OLE color: 15682628.
HSL color Cylindrical-coordinate representation of color #444CEF: hue angle of 237.19º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444CEF is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 76 | 239 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.06 |
| HSL | 237.19º | 0.84% | 0.6% | - |
| HSV(B) | 237.19º | 0.72% | 0.94% | - |
| XYZ | 20.55 | 12.63 | 83.02 | - |
| YUV | 92.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 239 | 0.72 | 0.68 | 0 | 0.06 | 237.19 | 0.84 | 0.6 |
| Hex | 44 | 4C | EF | 48 | 44 | 0 | 6 | ED | 54 | 3C |
| Octal | 104 | 114 | 357 | 110 | 104 | 0 | 6 | 355 | 124 | 74 |
| Binary | 1000100 | 1001100 | 11101111 | 1001000 | 1000100 | 0 | 110 | 11101101 | 1010100 | 111100 |
Color Harmonies of #444CEF
Complementary color
Monochromatic Colors of #444CEF
Black with #444CEF
Text Example
Text Example
White with #444CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CEF; }
p { color: rgb(68,76,239); }
H1.HeaderClassName
{
color: #444CEF;
}
.AnyTagClassName
{
color: #444CEF;
}
</style>
background-color css
<style>
a { background-color: #444CEF; }
a { background-color: rgb(68,76,239); }
div.DivClassName
{
background-color: #444CEF;
}
.BgClassName
{
background-color: #444CEF;
}
</style>
border-color css
<style>
span { border-color: #444CEF; }
span { border-color: rgb(68,76,239); }
td.TdClassName
{
border-color: #444CEF;
}
.TagClassName
{
border-color: #444CEF;
}
</style>