Shades of Neon Blue #445EFE
Tints of Neon Blue #445EFE
RGB
CMYK
RGB Variations
Color information
#445EFE (or 0x445EFE) is known color: Neon Blue. HEX triplet: 44, 5E and FE. RGB value is (68,94,254). Sum of RGB (Red+Green+Blue) = 68+94+254=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #445EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EFE is #BBA101. Grayscale: #676767. Windows color (decimal): -12296450 or 16670276. OLE color: 16670276.
HSL color Cylindrical-coordinate representation of color #445EFE: hue angle of 231.61º 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 #445EFE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 94 | 254 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.00 |
| HSL | 231.61º | 0.99% | 0.63% | - |
| HSV(B) | 231.61º | 0.73% | 1% | - |
| XYZ | 24.28 | 16.39 | 95.65 | - |
| YUV | 104.47 | 212.39 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 254 | 0.73 | 0.63 | 0 | 0.00 | 231.61 | 0.99 | 0.63 |
| Hex | 44 | 5E | FE | 49 | 3F | 0 | 0 | E8 | 63 | 3F |
| Octal | 104 | 136 | 376 | 111 | 77 | 0 | 0 | 350 | 143 | 77 |
| Binary | 1000100 | 1011110 | 11111110 | 1001001 | 111111 | 0 | 0 | 11101000 | 1100011 | 111111 |
Color Harmonies of #445EFE
Complementary color
Monochromatic Colors of #445EFE
Black with #445EFE
Text Example
Text Example
White with #445EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EFE; }
p { color: rgb(68,94,254); }
H1.HeaderClassName
{
color: #445EFE;
}
.AnyTagClassName
{
color: #445EFE;
}
</style>
background-color css
<style>
a { background-color: #445EFE; }
a { background-color: rgb(68,94,254); }
div.DivClassName
{
background-color: #445EFE;
}
.BgClassName
{
background-color: #445EFE;
}
</style>
border-color css
<style>
span { border-color: #445EFE; }
span { border-color: rgb(68,94,254); }
td.TdClassName
{
border-color: #445EFE;
}
.TagClassName
{
border-color: #445EFE;
}
</style>