Shades of Neon Blue #453EDD
Tints of Neon Blue #453EDD
RGB
CMYK
RGB Variations
Color information
#453EDD (or 0x453EDD) is known color: Neon Blue. HEX triplet: 45, 3E and DD. RGB value is (69,62,221). Sum of RGB (Red+Green+Blue) = 69+62+221=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #453EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EDD is #BAC122. Grayscale: #515151. Windows color (decimal): -12239139 or 14499397. OLE color: 14499397.
HSL color Cylindrical-coordinate representation of color #453EDD: hue angle of 242.64º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453EDD is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 62 | 221 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.13 |
| HSL | 242.64º | 0.7% | 0.55% | - |
| HSV(B) | 242.64º | 0.72% | 0.87% | - |
| XYZ | 17.23 | 9.93 | 69.42 | - |
| YUV | 82.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 221 | 0.69 | 0.72 | 0 | 0.13 | 242.64 | 0.7 | 0.55 |
| Hex | 45 | 3E | DD | 45 | 48 | 0 | D | F3 | 46 | 37 |
| Octal | 105 | 76 | 335 | 105 | 110 | 0 | 15 | 363 | 106 | 67 |
| Binary | 1000101 | 111110 | 11011101 | 1000101 | 1001000 | 0 | 1101 | 11110011 | 1000110 | 110111 |
Color Harmonies of #453EDD
Complementary color
Monochromatic Colors of #453EDD
Black with #453EDD
Text Example
Text Example
White with #453EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EDD; }
p { color: rgb(69,62,221); }
H1.HeaderClassName
{
color: #453EDD;
}
.AnyTagClassName
{
color: #453EDD;
}
</style>
background-color css
<style>
a { background-color: #453EDD; }
a { background-color: rgb(69,62,221); }
div.DivClassName
{
background-color: #453EDD;
}
.BgClassName
{
background-color: #453EDD;
}
</style>
border-color css
<style>
span { border-color: #453EDD; }
span { border-color: rgb(69,62,221); }
td.TdClassName
{
border-color: #453EDD;
}
.TagClassName
{
border-color: #453EDD;
}
</style>