Shades of Neon Blue #454DEC
Tints of Neon Blue #454DEC
RGB
CMYK
RGB Variations
Color information
#454DEC (or 0x454DEC) is known color: Neon Blue. HEX triplet: 45, 4D and EC. RGB value is (69,77,236). Sum of RGB (Red+Green+Blue) = 69+77+236=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #454DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454DEC is #BAB213. Grayscale: #5C5C5C. Windows color (decimal): -12235284 or 15486277. OLE color: 15486277.
HSL color Cylindrical-coordinate representation of color #454DEC: hue angle of 237.13º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454DEC is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 77 | 236 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.07 |
| HSL | 237.13º | 0.81% | 0.6% | - |
| HSV(B) | 237.13º | 0.71% | 0.93% | - |
| XYZ | 20.25 | 12.63 | 80.73 | - |
| YUV | 92.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 236 | 0.71 | 0.67 | 0 | 0.07 | 237.13 | 0.81 | 0.6 |
| Hex | 45 | 4D | EC | 47 | 43 | 0 | 7 | ED | 51 | 3C |
| Octal | 105 | 115 | 354 | 107 | 103 | 0 | 7 | 355 | 121 | 74 |
| Binary | 1000101 | 1001101 | 11101100 | 1000111 | 1000011 | 0 | 111 | 11101101 | 1010001 | 111100 |
Color Harmonies of #454DEC
Complementary color
Monochromatic Colors of #454DEC
Black with #454DEC
Text Example
Text Example
White with #454DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DEC; }
p { color: rgb(69,77,236); }
H1.HeaderClassName
{
color: #454DEC;
}
.AnyTagClassName
{
color: #454DEC;
}
</style>
background-color css
<style>
a { background-color: #454DEC; }
a { background-color: rgb(69,77,236); }
div.DivClassName
{
background-color: #454DEC;
}
.BgClassName
{
background-color: #454DEC;
}
</style>
border-color css
<style>
span { border-color: #454DEC; }
span { border-color: rgb(69,77,236); }
td.TdClassName
{
border-color: #454DEC;
}
.TagClassName
{
border-color: #454DEC;
}
</style>