Shades of Neon Blue #445DFF
Tints of Neon Blue #445DFF
RGB
CMYK
RGB Variations
Color information
#445DFF (or 0x445DFF) is known color: Neon Blue. HEX triplet: 44, 5D and FF. RGB value is (68,93,255). Sum of RGB (Red+Green+Blue) = 68+93+255=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #445DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445DFF is #BBA200. Grayscale: #676767. Windows color (decimal): -12296705 or 16735556. OLE color: 16735556.
HSL color Cylindrical-coordinate representation of color #445DFF: hue angle of 231.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445DFF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 93 | 255 | - |
| CMYK | 0.73 | 0.64 | 0 | 0 |
| HSL | 231.98º | 1% | 0.63% | - |
| HSV(B) | 231.98º | 0.73% | 1% | - |
| XYZ | 24.35 | 16.28 | 96.47 | - |
| YUV | 103.99 | 213.22 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 255 | 0.73 | 0.64 | 0 | 0 | 231.98 | 1 | 0.63 |
| Hex | 44 | 5D | FF | 49 | 40 | 0 | 0 | E8 | 64 | 3F |
| Octal | 104 | 135 | 377 | 111 | 100 | 0 | 0 | 350 | 144 | 77 |
| Binary | 1000100 | 1011101 | 11111111 | 1001001 | 1000000 | 0 | 0 | 11101000 | 1100100 | 111111 |
Color Harmonies of #445DFF
Complementary color
Monochromatic Colors of #445DFF
Black with #445DFF
Text Example
Text Example
White with #445DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DFF; }
p { color: rgb(68,93,255); }
H1.HeaderClassName
{
color: #445DFF;
}
.AnyTagClassName
{
color: #445DFF;
}
</style>
background-color css
<style>
a { background-color: #445DFF; }
a { background-color: rgb(68,93,255); }
div.DivClassName
{
background-color: #445DFF;
}
.BgClassName
{
background-color: #445DFF;
}
</style>
border-color css
<style>
span { border-color: #445DFF; }
span { border-color: rgb(68,93,255); }
td.TdClassName
{
border-color: #445DFF;
}
.TagClassName
{
border-color: #445DFF;
}
</style>