Shades of Neon Blue #444DFB
Tints of Neon Blue #444DFB
RGB
CMYK
RGB Variations
Color information
#444DFB (or 0x444DFB) is known color: Neon Blue. HEX triplet: 44, 4D and FB. RGB value is (68,77,251). Sum of RGB (Red+Green+Blue) = 68+77+251=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #444DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444DFB is #BBB204. Grayscale: #5D5D5D. Windows color (decimal): -12300805 or 16469316. OLE color: 16469316.
HSL color Cylindrical-coordinate representation of color #444DFB: hue angle of 237.05º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444DFB is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 77 | 251 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.02 |
| HSL | 237.05º | 0.96% | 0.63% | - |
| HSV(B) | 237.05º | 0.73% | 0.98% | - |
| XYZ | 22.45 | 13.5 | 92.69 | - |
| YUV | 94.15 | 216.52 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 251 | 0.73 | 0.69 | 0 | 0.02 | 237.05 | 0.96 | 0.63 |
| Hex | 44 | 4D | FB | 49 | 45 | 0 | 2 | ED | 60 | 3F |
| Octal | 104 | 115 | 373 | 111 | 105 | 0 | 2 | 355 | 140 | 77 |
| Binary | 1000100 | 1001101 | 11111011 | 1001001 | 1000101 | 0 | 10 | 11101101 | 1100000 | 111111 |
Color Harmonies of #444DFB
Complementary color
Monochromatic Colors of #444DFB
Black with #444DFB
Text Example
Text Example
White with #444DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DFB; }
p { color: rgb(68,77,251); }
H1.HeaderClassName
{
color: #444DFB;
}
.AnyTagClassName
{
color: #444DFB;
}
</style>
background-color css
<style>
a { background-color: #444DFB; }
a { background-color: rgb(68,77,251); }
div.DivClassName
{
background-color: #444DFB;
}
.BgClassName
{
background-color: #444DFB;
}
</style>
border-color css
<style>
span { border-color: #444DFB; }
span { border-color: rgb(68,77,251); }
td.TdClassName
{
border-color: #444DFB;
}
.TagClassName
{
border-color: #444DFB;
}
</style>