Shades of Neon Blue #444BFE
Tints of Neon Blue #444BFE
RGB
CMYK
RGB Variations
Color information
#444BFE (or 0x444BFE) is known color: Neon Blue. HEX triplet: 44, 4B and FE. RGB value is (68,75,254). Sum of RGB (Red+Green+Blue) = 68+75+254=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #444BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BFE is #BBB401. Grayscale: #5C5C5C. Windows color (decimal): -12301314 or 16665412. OLE color: 16665412.
HSL color Cylindrical-coordinate representation of color #444BFE: hue angle of 237.74º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444BFE is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 75 | 254 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.00 |
| HSL | 237.74º | 0.99% | 0.63% | - |
| HSV(B) | 237.74º | 0.73% | 1% | - |
| XYZ | 22.79 | 13.42 | 95.15 | - |
| YUV | 93.31 | 218.68 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 254 | 0.73 | 0.70 | 0 | 0.00 | 237.74 | 0.99 | 0.63 |
| Hex | 44 | 4B | FE | 49 | 46 | 0 | 0 | EE | 63 | 3F |
| Octal | 104 | 113 | 376 | 111 | 106 | 0 | 0 | 356 | 143 | 77 |
| Binary | 1000100 | 1001011 | 11111110 | 1001001 | 1000110 | 0 | 0 | 11101110 | 1100011 | 111111 |
Color Harmonies of #444BFE
Complementary color
Monochromatic Colors of #444BFE
Black with #444BFE
Text Example
Text Example
White with #444BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BFE; }
p { color: rgb(68,75,254); }
H1.HeaderClassName
{
color: #444BFE;
}
.AnyTagClassName
{
color: #444BFE;
}
</style>
background-color css
<style>
a { background-color: #444BFE; }
a { background-color: rgb(68,75,254); }
div.DivClassName
{
background-color: #444BFE;
}
.BgClassName
{
background-color: #444BFE;
}
</style>
border-color css
<style>
span { border-color: #444BFE; }
span { border-color: rgb(68,75,254); }
td.TdClassName
{
border-color: #444BFE;
}
.TagClassName
{
border-color: #444BFE;
}
</style>