Shades of Neon Blue #445DFA
Tints of Neon Blue #445DFA
RGB
CMYK
RGB Variations
Color information
#445DFA (or 0x445DFA) is known color: Neon Blue. HEX triplet: 44, 5D and FA. RGB value is (68,93,250). Sum of RGB (Red+Green+Blue) = 68+93+250=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #445DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445DFA is #BBA205. Grayscale: #666666. Windows color (decimal): -12296710 or 16407876. OLE color: 16407876.
HSL color Cylindrical-coordinate representation of color #445DFA: hue angle of 231.76º 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 #445DFA is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 93 | 250 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.02 |
| HSL | 231.76º | 0.95% | 0.62% | - |
| HSV(B) | 231.76º | 0.73% | 0.98% | - |
| XYZ | 23.55 | 15.96 | 92.28 | - |
| YUV | 103.42 | 210.72 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 250 | 0.73 | 0.63 | 0 | 0.02 | 231.76 | 0.95 | 0.62 |
| Hex | 44 | 5D | FA | 49 | 3F | 0 | 2 | E8 | 5F | 3E |
| Octal | 104 | 135 | 372 | 111 | 77 | 0 | 2 | 350 | 137 | 76 |
| Binary | 1000100 | 1011101 | 11111010 | 1001001 | 111111 | 0 | 10 | 11101000 | 1011111 | 111110 |
Color Harmonies of #445DFA
Complementary color
Monochromatic Colors of #445DFA
Black with #445DFA
Text Example
Text Example
White with #445DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DFA; }
p { color: rgb(68,93,250); }
H1.HeaderClassName
{
color: #445DFA;
}
.AnyTagClassName
{
color: #445DFA;
}
</style>
background-color css
<style>
a { background-color: #445DFA; }
a { background-color: rgb(68,93,250); }
div.DivClassName
{
background-color: #445DFA;
}
.BgClassName
{
background-color: #445DFA;
}
</style>
border-color css
<style>
span { border-color: #445DFA; }
span { border-color: rgb(68,93,250); }
td.TdClassName
{
border-color: #445DFA;
}
.TagClassName
{
border-color: #445DFA;
}
</style>