Shades of Neon Blue #444FEF
Tints of Neon Blue #444FEF
RGB
CMYK
RGB Variations
Color information
#444FEF (or 0x444FEF) is known color: Neon Blue. HEX triplet: 44, 4F and EF. RGB value is (68,79,239). Sum of RGB (Red+Green+Blue) = 68+79+239=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #444FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444FEF is #BBB010. Grayscale: #5D5D5D. Windows color (decimal): -12300305 or 15683396. OLE color: 15683396.
HSL color Cylindrical-coordinate representation of color #444FEF: hue angle of 236.14º 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 #444FEF is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 79 | 239 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.06 |
| HSL | 236.14º | 0.84% | 0.6% | - |
| HSV(B) | 236.14º | 0.72% | 0.94% | - |
| XYZ | 20.76 | 13.05 | 83.09 | - |
| YUV | 93.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 239 | 0.72 | 0.67 | 0 | 0.06 | 236.14 | 0.84 | 0.6 |
| Hex | 44 | 4F | EF | 48 | 43 | 0 | 6 | EC | 54 | 3C |
| Octal | 104 | 117 | 357 | 110 | 103 | 0 | 6 | 354 | 124 | 74 |
| Binary | 1000100 | 1001111 | 11101111 | 1001000 | 1000011 | 0 | 110 | 11101100 | 1010100 | 111100 |
Color Harmonies of #444FEF
Complementary color
Monochromatic Colors of #444FEF
Black with #444FEF
Text Example
Text Example
White with #444FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FEF; }
p { color: rgb(68,79,239); }
H1.HeaderClassName
{
color: #444FEF;
}
.AnyTagClassName
{
color: #444FEF;
}
</style>
background-color css
<style>
a { background-color: #444FEF; }
a { background-color: rgb(68,79,239); }
div.DivClassName
{
background-color: #444FEF;
}
.BgClassName
{
background-color: #444FEF;
}
</style>
border-color css
<style>
span { border-color: #444FEF; }
span { border-color: rgb(68,79,239); }
td.TdClassName
{
border-color: #444FEF;
}
.TagClassName
{
border-color: #444FEF;
}
</style>