Shades of Neon Blue #445FFE
Tints of Neon Blue #445FFE
RGB
CMYK
RGB Variations
Color information
#445FFE (or 0x445FFE) is known color: Neon Blue. HEX triplet: 44, 5F and FE. RGB value is (68,95,254). Sum of RGB (Red+Green+Blue) = 68+95+254=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #445FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445FFE is #BBA001. Grayscale: #686868. Windows color (decimal): -12296194 or 16670532. OLE color: 16670532.
HSL color Cylindrical-coordinate representation of color #445FFE: hue angle of 231.29º 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 #445FFE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 95 | 254 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.00 |
| HSL | 231.29º | 0.99% | 0.63% | - |
| HSV(B) | 231.29º | 0.73% | 1% | - |
| XYZ | 24.37 | 16.57 | 95.68 | - |
| YUV | 105.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 254 | 0.73 | 0.63 | 0 | 0.00 | 231.29 | 0.99 | 0.63 |
| Hex | 44 | 5F | FE | 49 | 3F | 0 | 0 | E7 | 63 | 3F |
| Octal | 104 | 137 | 376 | 111 | 77 | 0 | 0 | 347 | 143 | 77 |
| Binary | 1000100 | 1011111 | 11111110 | 1001001 | 111111 | 0 | 0 | 11100111 | 1100011 | 111111 |
Color Harmonies of #445FFE
Complementary color
Monochromatic Colors of #445FFE
Black with #445FFE
Text Example
Text Example
White with #445FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FFE; }
p { color: rgb(68,95,254); }
H1.HeaderClassName
{
color: #445FFE;
}
.AnyTagClassName
{
color: #445FFE;
}
</style>
background-color css
<style>
a { background-color: #445FFE; }
a { background-color: rgb(68,95,254); }
div.DivClassName
{
background-color: #445FFE;
}
.BgClassName
{
background-color: #445FFE;
}
</style>
border-color css
<style>
span { border-color: #445FFE; }
span { border-color: rgb(68,95,254); }
td.TdClassName
{
border-color: #445FFE;
}
.TagClassName
{
border-color: #445FFE;
}
</style>