Shades of Neon Blue #445EFA
Tints of Neon Blue #445EFA
RGB
CMYK
RGB Variations
Color information
#445EFA (or 0x445EFA) is known color: Neon Blue. HEX triplet: 44, 5E and FA. RGB value is (68,94,250). Sum of RGB (Red+Green+Blue) = 68+94+250=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #445EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EFA is #BBA105. Grayscale: #676767. Windows color (decimal): -12296454 or 16408132. OLE color: 16408132.
HSL color Cylindrical-coordinate representation of color #445EFA: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445EFA is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 94 | 250 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.02 |
| HSL | 231.43º | 0.95% | 0.62% | - |
| HSV(B) | 231.43º | 0.73% | 0.98% | - |
| XYZ | 23.64 | 16.14 | 92.31 | - |
| YUV | 104.01 | 210.39 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 250 | 0.73 | 0.62 | 0 | 0.02 | 231.43 | 0.95 | 0.62 |
| Hex | 44 | 5E | FA | 49 | 3E | 0 | 2 | E7 | 5F | 3E |
| Octal | 104 | 136 | 372 | 111 | 76 | 0 | 2 | 347 | 137 | 76 |
| Binary | 1000100 | 1011110 | 11111010 | 1001001 | 111110 | 0 | 10 | 11100111 | 1011111 | 111110 |
Color Harmonies of #445EFA
Complementary color
Monochromatic Colors of #445EFA
Black with #445EFA
Text Example
Text Example
White with #445EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EFA; }
p { color: rgb(68,94,250); }
H1.HeaderClassName
{
color: #445EFA;
}
.AnyTagClassName
{
color: #445EFA;
}
</style>
background-color css
<style>
a { background-color: #445EFA; }
a { background-color: rgb(68,94,250); }
div.DivClassName
{
background-color: #445EFA;
}
.BgClassName
{
background-color: #445EFA;
}
</style>
border-color css
<style>
span { border-color: #445EFA; }
span { border-color: rgb(68,94,250); }
td.TdClassName
{
border-color: #445EFA;
}
.TagClassName
{
border-color: #445EFA;
}
</style>