Shades of Neon Blue #453FE5
Tints of Neon Blue #453FE5
RGB
CMYK
RGB Variations
Color information
#453FE5 (or 0x453FE5) is known color: Neon Blue. HEX triplet: 45, 3F and E5. RGB value is (69,63,229). Sum of RGB (Red+Green+Blue) = 69+63+229=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #453FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FE5 is #BAC01A. Grayscale: #535353. Windows color (decimal): -12238875 or 15023941. OLE color: 15023941.
HSL color Cylindrical-coordinate representation of color #453FE5: hue angle of 242.17º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453FE5 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 63 | 229 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.10 |
| HSL | 242.17º | 0.76% | 0.57% | - |
| HSV(B) | 242.17º | 0.72% | 0.9% | - |
| XYZ | 18.37 | 10.48 | 75.18 | - |
| YUV | 83.72 | 209.99 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 229 | 0.70 | 0.72 | 0 | 0.10 | 242.17 | 0.76 | 0.57 |
| Hex | 45 | 3F | E5 | 46 | 48 | 0 | A | F2 | 4C | 39 |
| Octal | 105 | 77 | 345 | 106 | 110 | 0 | 12 | 362 | 114 | 71 |
| Binary | 1000101 | 111111 | 11100101 | 1000110 | 1001000 | 0 | 1010 | 11110010 | 1001100 | 111001 |
Color Harmonies of #453FE5
Complementary color
Monochromatic Colors of #453FE5
Black with #453FE5
Text Example
Text Example
White with #453FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FE5; }
p { color: rgb(69,63,229); }
H1.HeaderClassName
{
color: #453FE5;
}
.AnyTagClassName
{
color: #453FE5;
}
</style>
background-color css
<style>
a { background-color: #453FE5; }
a { background-color: rgb(69,63,229); }
div.DivClassName
{
background-color: #453FE5;
}
.BgClassName
{
background-color: #453FE5;
}
</style>
border-color css
<style>
span { border-color: #453FE5; }
span { border-color: rgb(69,63,229); }
td.TdClassName
{
border-color: #453FE5;
}
.TagClassName
{
border-color: #453FE5;
}
</style>