Shades of Neon Blue #445BFA
Tints of Neon Blue #445BFA
RGB
CMYK
RGB Variations
Color information
#445BFA (or 0x445BFA) is known color: Neon Blue. HEX triplet: 44, 5B and FA. RGB value is (68,91,250). Sum of RGB (Red+Green+Blue) = 68+91+250=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #445BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445BFA is #BBA405. Grayscale: #656565. Windows color (decimal): -12297222 or 16407364. OLE color: 16407364.
HSL color Cylindrical-coordinate representation of color #445BFA: hue angle of 232.42º 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 #445BFA is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 91 | 250 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.02 |
| HSL | 232.42º | 0.95% | 0.62% | - |
| HSV(B) | 232.42º | 0.73% | 0.98% | - |
| XYZ | 23.38 | 15.61 | 92.22 | - |
| YUV | 102.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 250 | 0.73 | 0.64 | 0 | 0.02 | 232.42 | 0.95 | 0.62 |
| Hex | 44 | 5B | FA | 49 | 40 | 0 | 2 | E8 | 5F | 3E |
| Octal | 104 | 133 | 372 | 111 | 100 | 0 | 2 | 350 | 137 | 76 |
| Binary | 1000100 | 1011011 | 11111010 | 1001001 | 1000000 | 0 | 10 | 11101000 | 1011111 | 111110 |
Color Harmonies of #445BFA
Complementary color
Monochromatic Colors of #445BFA
Black with #445BFA
Text Example
Text Example
White with #445BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BFA; }
p { color: rgb(68,91,250); }
H1.HeaderClassName
{
color: #445BFA;
}
.AnyTagClassName
{
color: #445BFA;
}
</style>
background-color css
<style>
a { background-color: #445BFA; }
a { background-color: rgb(68,91,250); }
div.DivClassName
{
background-color: #445BFA;
}
.BgClassName
{
background-color: #445BFA;
}
</style>
border-color css
<style>
span { border-color: #445BFA; }
span { border-color: rgb(68,91,250); }
td.TdClassName
{
border-color: #445BFA;
}
.TagClassName
{
border-color: #445BFA;
}
</style>