Shades of Neon Blue #453CEE
Tints of Neon Blue #453CEE
RGB
CMYK
RGB Variations
Color information
#453CEE (or 0x453CEE) is known color: Neon Blue. HEX triplet: 45, 3C and EE. RGB value is (69,60,238). Sum of RGB (Red+Green+Blue) = 69+60+238=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #453CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453CEE is #BAC311. Grayscale: #525252. Windows color (decimal): -12239634 or 15612997. OLE color: 15612997.
HSL color Cylindrical-coordinate representation of color #453CEE: hue angle of 243.03º degrees, saturation: 0.84, 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 #453CEE is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 60 | 238 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.07 |
| HSL | 243.03º | 0.84% | 0.58% | - |
| HSV(B) | 243.03º | 0.75% | 0.93% | - |
| XYZ | 19.5 | 10.67 | 81.92 | - |
| YUV | 82.98 | 215.48 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 238 | 0.71 | 0.75 | 0 | 0.07 | 243.03 | 0.84 | 0.58 |
| Hex | 45 | 3C | EE | 47 | 4B | 0 | 7 | F3 | 54 | 3A |
| Octal | 105 | 74 | 356 | 107 | 113 | 0 | 7 | 363 | 124 | 72 |
| Binary | 1000101 | 111100 | 11101110 | 1000111 | 1001011 | 0 | 111 | 11110011 | 1010100 | 111010 |
Color Harmonies of #453CEE
Complementary color
Monochromatic Colors of #453CEE
Black with #453CEE
Text Example
Text Example
White with #453CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CEE; }
p { color: rgb(69,60,238); }
H1.HeaderClassName
{
color: #453CEE;
}
.AnyTagClassName
{
color: #453CEE;
}
</style>
background-color css
<style>
a { background-color: #453CEE; }
a { background-color: rgb(69,60,238); }
div.DivClassName
{
background-color: #453CEE;
}
.BgClassName
{
background-color: #453CEE;
}
</style>
border-color css
<style>
span { border-color: #453CEE; }
span { border-color: rgb(69,60,238); }
td.TdClassName
{
border-color: #453CEE;
}
.TagClassName
{
border-color: #453CEE;
}
</style>