Shades of Neon Blue #445DFE
Tints of Neon Blue #445DFE
RGB
CMYK
RGB Variations
Color information
#445DFE (or 0x445DFE) is known color: Neon Blue. HEX triplet: 44, 5D and FE. RGB value is (68,93,254). Sum of RGB (Red+Green+Blue) = 68+93+254=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #445DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445DFE is #BBA201. Grayscale: #676767. Windows color (decimal): -12296706 or 16670020. OLE color: 16670020.
HSL color Cylindrical-coordinate representation of color #445DFE: hue angle of 231.94º 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 #445DFE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 93 | 254 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.00 |
| HSL | 231.94º | 0.99% | 0.63% | - |
| HSV(B) | 231.94º | 0.73% | 1% | - |
| XYZ | 24.19 | 16.21 | 95.62 | - |
| YUV | 103.88 | 212.72 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 254 | 0.73 | 0.63 | 0 | 0.00 | 231.94 | 0.99 | 0.63 |
| Hex | 44 | 5D | FE | 49 | 3F | 0 | 0 | E8 | 63 | 3F |
| Octal | 104 | 135 | 376 | 111 | 77 | 0 | 0 | 350 | 143 | 77 |
| Binary | 1000100 | 1011101 | 11111110 | 1001001 | 111111 | 0 | 0 | 11101000 | 1100011 | 111111 |
Color Harmonies of #445DFE
Complementary color
Monochromatic Colors of #445DFE
Black with #445DFE
Text Example
Text Example
White with #445DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DFE; }
p { color: rgb(68,93,254); }
H1.HeaderClassName
{
color: #445DFE;
}
.AnyTagClassName
{
color: #445DFE;
}
</style>
background-color css
<style>
a { background-color: #445DFE; }
a { background-color: rgb(68,93,254); }
div.DivClassName
{
background-color: #445DFE;
}
.BgClassName
{
background-color: #445DFE;
}
</style>
border-color css
<style>
span { border-color: #445DFE; }
span { border-color: rgb(68,93,254); }
td.TdClassName
{
border-color: #445DFE;
}
.TagClassName
{
border-color: #445DFE;
}
</style>