Shades of Neon Blue #453CEA
Tints of Neon Blue #453CEA
RGB
CMYK
RGB Variations
Color information
#453CEA (or 0x453CEA) is known color: Neon Blue. HEX triplet: 45, 3C and EA. RGB value is (69,60,234). Sum of RGB (Red+Green+Blue) = 69+60+234=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #453CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453CEA is #BAC315. Grayscale: #515151. Windows color (decimal): -12239638 or 15350853. OLE color: 15350853.
HSL color Cylindrical-coordinate representation of color #453CEA: hue angle of 243.1º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453CEA is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 60 | 234 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.08 |
| HSL | 243.1º | 0.81% | 0.58% | - |
| HSV(B) | 243.1º | 0.74% | 0.92% | - |
| XYZ | 18.92 | 10.44 | 78.86 | - |
| YUV | 82.53 | 213.48 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 234 | 0.71 | 0.74 | 0 | 0.08 | 243.1 | 0.81 | 0.58 |
| Hex | 45 | 3C | EA | 47 | 4A | 0 | 8 | F3 | 51 | 3A |
| Octal | 105 | 74 | 352 | 107 | 112 | 0 | 10 | 363 | 121 | 72 |
| Binary | 1000101 | 111100 | 11101010 | 1000111 | 1001010 | 0 | 1000 | 11110011 | 1010001 | 111010 |
Color Harmonies of #453CEA
Complementary color
Monochromatic Colors of #453CEA
Black with #453CEA
Text Example
Text Example
White with #453CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CEA; }
p { color: rgb(69,60,234); }
H1.HeaderClassName
{
color: #453CEA;
}
.AnyTagClassName
{
color: #453CEA;
}
</style>
background-color css
<style>
a { background-color: #453CEA; }
a { background-color: rgb(69,60,234); }
div.DivClassName
{
background-color: #453CEA;
}
.BgClassName
{
background-color: #453CEA;
}
</style>
border-color css
<style>
span { border-color: #453CEA; }
span { border-color: rgb(69,60,234); }
td.TdClassName
{
border-color: #453CEA;
}
.TagClassName
{
border-color: #453CEA;
}
</style>