Shades of Neon Blue #455EFF
Tints of Neon Blue #455EFF
RGB
CMYK
RGB Variations
Color information
#455EFF (or 0x455EFF) is known color: Neon Blue. HEX triplet: 45, 5E and FF. RGB value is (69,94,255). Sum of RGB (Red+Green+Blue) = 69+94+255=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #455EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455EFF is #BAA100. Grayscale: #686868. Windows color (decimal): -12230913 or 16735813. OLE color: 16735813.
HSL color Cylindrical-coordinate representation of color #455EFF: hue angle of 231.94º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455EFF is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 94 | 255 | - |
| CMYK | 0.73 | 0.63 | 0 | 0 |
| HSL | 231.94º | 1% | 0.64% | - |
| HSV(B) | 231.94º | 0.73% | 1% | - |
| XYZ | 24.51 | 16.49 | 96.5 | - |
| YUV | 104.88 | 212.72 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 255 | 0.73 | 0.63 | 0 | 0 | 231.94 | 1 | 0.64 |
| Hex | 45 | 5E | FF | 49 | 3F | 0 | 0 | E8 | 64 | 40 |
| Octal | 105 | 136 | 377 | 111 | 77 | 0 | 0 | 350 | 144 | 100 |
| Binary | 1000101 | 1011110 | 11111111 | 1001001 | 111111 | 0 | 0 | 11101000 | 1100100 | 1000000 |
Color Harmonies of #455EFF
Complementary color
Monochromatic Colors of #455EFF
Black with #455EFF
Text Example
Text Example
White with #455EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455EFF; }
p { color: rgb(69,94,255); }
H1.HeaderClassName
{
color: #455EFF;
}
.AnyTagClassName
{
color: #455EFF;
}
</style>
background-color css
<style>
a { background-color: #455EFF; }
a { background-color: rgb(69,94,255); }
div.DivClassName
{
background-color: #455EFF;
}
.BgClassName
{
background-color: #455EFF;
}
</style>
border-color css
<style>
span { border-color: #455EFF; }
span { border-color: rgb(69,94,255); }
td.TdClassName
{
border-color: #455EFF;
}
.TagClassName
{
border-color: #455EFF;
}
</style>