Shades of Neon Blue #454DEA
Tints of Neon Blue #454DEA
RGB
CMYK
RGB Variations
Color information
#454DEA (or 0x454DEA) is known color: Neon Blue. HEX triplet: 45, 4D and EA. RGB value is (69,77,234). Sum of RGB (Red+Green+Blue) = 69+77+234=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #454DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454DEA is #BAB215. Grayscale: #5B5B5B. Windows color (decimal): -12235286 or 15355205. OLE color: 15355205.
HSL color Cylindrical-coordinate representation of color #454DEA: hue angle of 237.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #454DEA is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 77 | 234 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.08 |
| HSL | 237.09º | 0.8% | 0.59% | - |
| HSV(B) | 237.09º | 0.71% | 0.92% | - |
| XYZ | 19.96 | 12.51 | 79.21 | - |
| YUV | 92.51 | 207.85 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 234 | 0.71 | 0.67 | 0 | 0.08 | 237.09 | 0.8 | 0.59 |
| Hex | 45 | 4D | EA | 47 | 43 | 0 | 8 | ED | 50 | 3B |
| Octal | 105 | 115 | 352 | 107 | 103 | 0 | 10 | 355 | 120 | 73 |
| Binary | 1000101 | 1001101 | 11101010 | 1000111 | 1000011 | 0 | 1000 | 11101101 | 1010000 | 111011 |
Color Harmonies of #454DEA
Complementary color
Monochromatic Colors of #454DEA
Black with #454DEA
Text Example
Text Example
White with #454DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DEA; }
p { color: rgb(69,77,234); }
H1.HeaderClassName
{
color: #454DEA;
}
.AnyTagClassName
{
color: #454DEA;
}
</style>
background-color css
<style>
a { background-color: #454DEA; }
a { background-color: rgb(69,77,234); }
div.DivClassName
{
background-color: #454DEA;
}
.BgClassName
{
background-color: #454DEA;
}
</style>
border-color css
<style>
span { border-color: #454DEA; }
span { border-color: rgb(69,77,234); }
td.TdClassName
{
border-color: #454DEA;
}
.TagClassName
{
border-color: #454DEA;
}
</style>