Shades of Neon Blue #453CE7
Tints of Neon Blue #453CE7
RGB
CMYK
RGB Variations
Color information
#453CE7 (or 0x453CE7) is known color: Neon Blue. HEX triplet: 45, 3C and E7. RGB value is (69,60,231). Sum of RGB (Red+Green+Blue) = 69+60+231=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 231 (90.62% from 255 or 64.17% from 360); Max value from RGB is 231 - color contains mainly: blue. Hex color #453CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453CE7 is #BAC318. Grayscale: #515151. Windows color (decimal): -12239641 or 15154245. OLE color: 15154245.
HSL color Cylindrical-coordinate representation of color #453CE7: hue angle of 243.16º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453CE7 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 60 | 231 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.09 |
| HSL | 243.16º | 0.78% | 0.57% | - |
| HSV(B) | 243.16º | 0.74% | 0.91% | - |
| XYZ | 18.49 | 10.27 | 76.61 | - |
| YUV | 82.19 | 211.98 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 231 | 0.70 | 0.74 | 0 | 0.09 | 243.16 | 0.78 | 0.57 |
| Hex | 45 | 3C | E7 | 46 | 4A | 0 | 9 | F3 | 4E | 39 |
| Octal | 105 | 74 | 347 | 106 | 112 | 0 | 11 | 363 | 116 | 71 |
| Binary | 1000101 | 111100 | 11100111 | 1000110 | 1001010 | 0 | 1001 | 11110011 | 1001110 | 111001 |
Color Harmonies of #453CE7
Complementary color
Monochromatic Colors of #453CE7
Black with #453CE7
Text Example
Text Example
White with #453CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CE7; }
p { color: rgb(69,60,231); }
H1.HeaderClassName
{
color: #453CE7;
}
.AnyTagClassName
{
color: #453CE7;
}
</style>
background-color css
<style>
a { background-color: #453CE7; }
a { background-color: rgb(69,60,231); }
div.DivClassName
{
background-color: #453CE7;
}
.BgClassName
{
background-color: #453CE7;
}
</style>
border-color css
<style>
span { border-color: #453CE7; }
span { border-color: rgb(69,60,231); }
td.TdClassName
{
border-color: #453CE7;
}
.TagClassName
{
border-color: #453CE7;
}
</style>