Shades of Neon Blue #444AFB
Tints of Neon Blue #444AFB
RGB
CMYK
RGB Variations
Color information
#444AFB (or 0x444AFB) is known color: Neon Blue. HEX triplet: 44, 4A and FB. RGB value is (68,74,251). Sum of RGB (Red+Green+Blue) = 68+74+251=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #444AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444AFB is #BBB504. Grayscale: #5B5B5B. Windows color (decimal): -12301573 or 16468548. OLE color: 16468548.
HSL color Cylindrical-coordinate representation of color #444AFB: hue angle of 238.03º 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 #444AFB is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 74 | 251 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.02 |
| HSL | 238.03º | 0.96% | 0.63% | - |
| HSV(B) | 238.03º | 0.73% | 0.98% | - |
| XYZ | 22.25 | 13.09 | 92.62 | - |
| YUV | 92.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 251 | 0.73 | 0.71 | 0 | 0.02 | 238.03 | 0.96 | 0.63 |
| Hex | 44 | 4A | FB | 49 | 47 | 0 | 2 | EE | 60 | 3F |
| Octal | 104 | 112 | 373 | 111 | 107 | 0 | 2 | 356 | 140 | 77 |
| Binary | 1000100 | 1001010 | 11111011 | 1001001 | 1000111 | 0 | 10 | 11101110 | 1100000 | 111111 |
Color Harmonies of #444AFB
Complementary color
Monochromatic Colors of #444AFB
Black with #444AFB
Text Example
Text Example
White with #444AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AFB; }
p { color: rgb(68,74,251); }
H1.HeaderClassName
{
color: #444AFB;
}
.AnyTagClassName
{
color: #444AFB;
}
</style>
background-color css
<style>
a { background-color: #444AFB; }
a { background-color: rgb(68,74,251); }
div.DivClassName
{
background-color: #444AFB;
}
.BgClassName
{
background-color: #444AFB;
}
</style>
border-color css
<style>
span { border-color: #444AFB; }
span { border-color: rgb(68,74,251); }
td.TdClassName
{
border-color: #444AFB;
}
.TagClassName
{
border-color: #444AFB;
}
</style>