Shades of Neon Blue #453CEC
Tints of Neon Blue #453CEC
RGB
CMYK
RGB Variations
Color information
#453CEC (or 0x453CEC) is known color: Neon Blue. HEX triplet: 45, 3C and EC. RGB value is (69,60,236). Sum of RGB (Red+Green+Blue) = 69+60+236=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #453CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453CEC is #BAC313. Grayscale: #525252. Windows color (decimal): -12239636 or 15481925. OLE color: 15481925.
HSL color Cylindrical-coordinate representation of color #453CEC: hue angle of 243.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453CEC is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 60 | 236 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.07 |
| HSL | 243.07º | 0.82% | 0.58% | - |
| HSV(B) | 243.07º | 0.75% | 0.93% | - |
| XYZ | 19.21 | 10.55 | 80.38 | - |
| YUV | 82.76 | 214.48 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 236 | 0.71 | 0.75 | 0 | 0.07 | 243.07 | 0.82 | 0.58 |
| Hex | 45 | 3C | EC | 47 | 4B | 0 | 7 | F3 | 52 | 3A |
| Octal | 105 | 74 | 354 | 107 | 113 | 0 | 7 | 363 | 122 | 72 |
| Binary | 1000101 | 111100 | 11101100 | 1000111 | 1001011 | 0 | 111 | 11110011 | 1010010 | 111010 |
Color Harmonies of #453CEC
Complementary color
Monochromatic Colors of #453CEC
Black with #453CEC
Text Example
Text Example
White with #453CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CEC; }
p { color: rgb(69,60,236); }
H1.HeaderClassName
{
color: #453CEC;
}
.AnyTagClassName
{
color: #453CEC;
}
</style>
background-color css
<style>
a { background-color: #453CEC; }
a { background-color: rgb(69,60,236); }
div.DivClassName
{
background-color: #453CEC;
}
.BgClassName
{
background-color: #453CEC;
}
</style>
border-color css
<style>
span { border-color: #453CEC; }
span { border-color: rgb(69,60,236); }
td.TdClassName
{
border-color: #453CEC;
}
.TagClassName
{
border-color: #453CEC;
}
</style>