Shades of Neon Blue #445AFE
Tints of Neon Blue #445AFE
RGB
CMYK
RGB Variations
Color information
#445AFE (or 0x445AFE) is known color: Neon Blue. HEX triplet: 44, 5A and FE. RGB value is (68,90,254). Sum of RGB (Red+Green+Blue) = 68+90+254=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #445AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445AFE is #BBA501. Grayscale: #656565. Windows color (decimal): -12297474 or 16669252. OLE color: 16669252.
HSL color Cylindrical-coordinate representation of color #445AFE: hue angle of 232.9º 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 #445AFE is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 90 | 254 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.00 |
| HSL | 232.9º | 0.99% | 0.63% | - |
| HSV(B) | 232.9º | 0.73% | 1% | - |
| XYZ | 23.93 | 15.7 | 95.53 | - |
| YUV | 102.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 254 | 0.73 | 0.65 | 0 | 0.00 | 232.9 | 0.99 | 0.63 |
| Hex | 44 | 5A | FE | 49 | 41 | 0 | 0 | E9 | 63 | 3F |
| Octal | 104 | 132 | 376 | 111 | 101 | 0 | 0 | 351 | 143 | 77 |
| Binary | 1000100 | 1011010 | 11111110 | 1001001 | 1000001 | 0 | 0 | 11101001 | 1100011 | 111111 |
Color Harmonies of #445AFE
Complementary color
Monochromatic Colors of #445AFE
Black with #445AFE
Text Example
Text Example
White with #445AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445AFE; }
p { color: rgb(68,90,254); }
H1.HeaderClassName
{
color: #445AFE;
}
.AnyTagClassName
{
color: #445AFE;
}
</style>
background-color css
<style>
a { background-color: #445AFE; }
a { background-color: rgb(68,90,254); }
div.DivClassName
{
background-color: #445AFE;
}
.BgClassName
{
background-color: #445AFE;
}
</style>
border-color css
<style>
span { border-color: #445AFE; }
span { border-color: rgb(68,90,254); }
td.TdClassName
{
border-color: #445AFE;
}
.TagClassName
{
border-color: #445AFE;
}
</style>