Shades of Neon Blue #453DEC
Tints of Neon Blue #453DEC
RGB
CMYK
RGB Variations
Color information
#453DEC (or 0x453DEC) is known color: Neon Blue. HEX triplet: 45, 3D and EC. RGB value is (69,61,236). Sum of RGB (Red+Green+Blue) = 69+61+236=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #453DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453DEC is #BAC213. Grayscale: #525252. Windows color (decimal): -12239380 or 15482181. OLE color: 15482181.
HSL color Cylindrical-coordinate representation of color #453DEC: hue angle of 242.74º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453DEC is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 61 | 236 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.07 |
| HSL | 242.74º | 0.82% | 0.58% | - |
| HSV(B) | 242.74º | 0.74% | 0.93% | - |
| XYZ | 19.26 | 10.66 | 80.4 | - |
| YUV | 83.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 236 | 0.71 | 0.74 | 0 | 0.07 | 242.74 | 0.82 | 0.58 |
| Hex | 45 | 3D | EC | 47 | 4A | 0 | 7 | F3 | 52 | 3A |
| Octal | 105 | 75 | 354 | 107 | 112 | 0 | 7 | 363 | 122 | 72 |
| Binary | 1000101 | 111101 | 11101100 | 1000111 | 1001010 | 0 | 111 | 11110011 | 1010010 | 111010 |
Color Harmonies of #453DEC
Complementary color
Monochromatic Colors of #453DEC
Black with #453DEC
Text Example
Text Example
White with #453DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DEC; }
p { color: rgb(69,61,236); }
H1.HeaderClassName
{
color: #453DEC;
}
.AnyTagClassName
{
color: #453DEC;
}
</style>
background-color css
<style>
a { background-color: #453DEC; }
a { background-color: rgb(69,61,236); }
div.DivClassName
{
background-color: #453DEC;
}
.BgClassName
{
background-color: #453DEC;
}
</style>
border-color css
<style>
span { border-color: #453DEC; }
span { border-color: rgb(69,61,236); }
td.TdClassName
{
border-color: #453DEC;
}
.TagClassName
{
border-color: #453DEC;
}
</style>