Shades of Neon Blue #453EE0
Tints of Neon Blue #453EE0
RGB
CMYK
RGB Variations
Color information
#453EE0 (or 0x453EE0) is known color: Neon Blue. HEX triplet: 45, 3E and E0. RGB value is (69,62,224). Sum of RGB (Red+Green+Blue) = 69+62+224=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #453EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EE0 is #BAC11F. Grayscale: #515151. Windows color (decimal): -12239136 or 14696005. OLE color: 14696005.
HSL color Cylindrical-coordinate representation of color #453EE0: hue angle of 242.59º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453EE0 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 62 | 224 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.12 |
| HSL | 242.59º | 0.72% | 0.56% | - |
| HSV(B) | 242.59º | 0.72% | 0.88% | - |
| XYZ | 17.63 | 10.09 | 71.54 | - |
| YUV | 82.56 | 207.82 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 224 | 0.69 | 0.72 | 0 | 0.12 | 242.59 | 0.72 | 0.56 |
| Hex | 45 | 3E | E0 | 45 | 48 | 0 | C | F3 | 48 | 38 |
| Octal | 105 | 76 | 340 | 105 | 110 | 0 | 14 | 363 | 110 | 70 |
| Binary | 1000101 | 111110 | 11100000 | 1000101 | 1001000 | 0 | 1100 | 11110011 | 1001000 | 111000 |
Color Harmonies of #453EE0
Complementary color
Monochromatic Colors of #453EE0
Black with #453EE0
Text Example
Text Example
White with #453EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EE0; }
p { color: rgb(69,62,224); }
H1.HeaderClassName
{
color: #453EE0;
}
.AnyTagClassName
{
color: #453EE0;
}
</style>
background-color css
<style>
a { background-color: #453EE0; }
a { background-color: rgb(69,62,224); }
div.DivClassName
{
background-color: #453EE0;
}
.BgClassName
{
background-color: #453EE0;
}
</style>
border-color css
<style>
span { border-color: #453EE0; }
span { border-color: rgb(69,62,224); }
td.TdClassName
{
border-color: #453EE0;
}
.TagClassName
{
border-color: #453EE0;
}
</style>