Shades of Neon Blue #445BFE
Tints of Neon Blue #445BFE
RGB
CMYK
RGB Variations
Color information
#445BFE (or 0x445BFE) is known color: Neon Blue. HEX triplet: 44, 5B and FE. RGB value is (68,91,254). Sum of RGB (Red+Green+Blue) = 68+91+254=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #445BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445BFE is #BBA401. Grayscale: #666666. Windows color (decimal): -12297218 or 16669508. OLE color: 16669508.
HSL color Cylindrical-coordinate representation of color #445BFE: hue angle of 232.58º 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 #445BFE is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 91 | 254 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.00 |
| HSL | 232.58º | 0.99% | 0.63% | - |
| HSV(B) | 232.58º | 0.73% | 1% | - |
| XYZ | 24.01 | 15.87 | 95.56 | - |
| YUV | 102.71 | 213.38 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 254 | 0.73 | 0.64 | 0 | 0.00 | 232.58 | 0.99 | 0.63 |
| Hex | 44 | 5B | FE | 49 | 40 | 0 | 0 | E9 | 63 | 3F |
| Octal | 104 | 133 | 376 | 111 | 100 | 0 | 0 | 351 | 143 | 77 |
| Binary | 1000100 | 1011011 | 11111110 | 1001001 | 1000000 | 0 | 0 | 11101001 | 1100011 | 111111 |
Color Harmonies of #445BFE
Complementary color
Monochromatic Colors of #445BFE
Black with #445BFE
Text Example
Text Example
White with #445BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BFE; }
p { color: rgb(68,91,254); }
H1.HeaderClassName
{
color: #445BFE;
}
.AnyTagClassName
{
color: #445BFE;
}
</style>
background-color css
<style>
a { background-color: #445BFE; }
a { background-color: rgb(68,91,254); }
div.DivClassName
{
background-color: #445BFE;
}
.BgClassName
{
background-color: #445BFE;
}
</style>
border-color css
<style>
span { border-color: #445BFE; }
span { border-color: rgb(68,91,254); }
td.TdClassName
{
border-color: #445BFE;
}
.TagClassName
{
border-color: #445BFE;
}
</style>