Shades of Neon Blue #445EFB
Tints of Neon Blue #445EFB
RGB
CMYK
RGB Variations
Color information
#445EFB (or 0x445EFB) is known color: Neon Blue. HEX triplet: 44, 5E and FB. RGB value is (68,94,251). Sum of RGB (Red+Green+Blue) = 68+94+251=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #445EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EFB is #BBA104. Grayscale: #676767. Windows color (decimal): -12296453 or 16473668. OLE color: 16473668.
HSL color Cylindrical-coordinate representation of color #445EFB: hue angle of 231.48º 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 #445EFB is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 94 | 251 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.02 |
| HSL | 231.48º | 0.96% | 0.63% | - |
| HSV(B) | 231.48º | 0.73% | 0.98% | - |
| XYZ | 23.8 | 16.2 | 93.14 | - |
| YUV | 104.12 | 210.89 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 251 | 0.73 | 0.63 | 0 | 0.02 | 231.48 | 0.96 | 0.63 |
| Hex | 44 | 5E | FB | 49 | 3F | 0 | 2 | E7 | 60 | 3F |
| Octal | 104 | 136 | 373 | 111 | 77 | 0 | 2 | 347 | 140 | 77 |
| Binary | 1000100 | 1011110 | 11111011 | 1001001 | 111111 | 0 | 10 | 11100111 | 1100000 | 111111 |
Color Harmonies of #445EFB
Complementary color
Monochromatic Colors of #445EFB
Black with #445EFB
Text Example
Text Example
White with #445EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EFB; }
p { color: rgb(68,94,251); }
H1.HeaderClassName
{
color: #445EFB;
}
.AnyTagClassName
{
color: #445EFB;
}
</style>
background-color css
<style>
a { background-color: #445EFB; }
a { background-color: rgb(68,94,251); }
div.DivClassName
{
background-color: #445EFB;
}
.BgClassName
{
background-color: #445EFB;
}
</style>
border-color css
<style>
span { border-color: #445EFB; }
span { border-color: rgb(68,94,251); }
td.TdClassName
{
border-color: #445EFB;
}
.TagClassName
{
border-color: #445EFB;
}
</style>