Shades of Neon Blue #453CE5
Tints of Neon Blue #453CE5
RGB
CMYK
RGB Variations
Color information
#453CE5 (or 0x453CE5) is known color: Neon Blue. HEX triplet: 45, 3C and E5. RGB value is (69,60,229). Sum of RGB (Red+Green+Blue) = 69+60+229=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #453CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453CE5 is #BAC31A. Grayscale: #515151. Windows color (decimal): -12239643 or 15023173. OLE color: 15023173.
HSL color Cylindrical-coordinate representation of color #453CE5: hue angle of 243.2º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453CE5 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 60 | 229 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.10 |
| HSL | 243.2º | 0.76% | 0.57% | - |
| HSV(B) | 243.2º | 0.74% | 0.9% | - |
| XYZ | 18.21 | 10.15 | 75.13 | - |
| YUV | 81.96 | 210.98 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 229 | 0.70 | 0.74 | 0 | 0.10 | 243.2 | 0.76 | 0.57 |
| Hex | 45 | 3C | E5 | 46 | 4A | 0 | A | F3 | 4C | 39 |
| Octal | 105 | 74 | 345 | 106 | 112 | 0 | 12 | 363 | 114 | 71 |
| Binary | 1000101 | 111100 | 11100101 | 1000110 | 1001010 | 0 | 1010 | 11110011 | 1001100 | 111001 |
Color Harmonies of #453CE5
Complementary color
Monochromatic Colors of #453CE5
Black with #453CE5
Text Example
Text Example
White with #453CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CE5; }
p { color: rgb(69,60,229); }
H1.HeaderClassName
{
color: #453CE5;
}
.AnyTagClassName
{
color: #453CE5;
}
</style>
background-color css
<style>
a { background-color: #453CE5; }
a { background-color: rgb(69,60,229); }
div.DivClassName
{
background-color: #453CE5;
}
.BgClassName
{
background-color: #453CE5;
}
</style>
border-color css
<style>
span { border-color: #453CE5; }
span { border-color: rgb(69,60,229); }
td.TdClassName
{
border-color: #453CE5;
}
.TagClassName
{
border-color: #453CE5;
}
</style>