Shades of Neon Blue #453BED
Tints of Neon Blue #453BED
RGB
CMYK
RGB Variations
Color information
#453BED (or 0x453BED) is known color: Neon Blue. HEX triplet: 45, 3B and ED. RGB value is (69,59,237). Sum of RGB (Red+Green+Blue) = 69+59+237=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #453BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453BED is #BAC412. Grayscale: #515151. Windows color (decimal): -12239891 or 15547205. OLE color: 15547205.
HSL color Cylindrical-coordinate representation of color #453BED: hue angle of 243.37º degrees, saturation: 0.83, 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 #453BED is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 59 | 237 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.07 |
| HSL | 243.37º | 0.83% | 0.58% | - |
| HSV(B) | 243.37º | 0.75% | 0.93% | - |
| XYZ | 19.3 | 10.51 | 81.13 | - |
| YUV | 82.28 | 215.31 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 237 | 0.71 | 0.75 | 0 | 0.07 | 243.37 | 0.83 | 0.58 |
| Hex | 45 | 3B | ED | 47 | 4B | 0 | 7 | F3 | 53 | 3A |
| Octal | 105 | 73 | 355 | 107 | 113 | 0 | 7 | 363 | 123 | 72 |
| Binary | 1000101 | 111011 | 11101101 | 1000111 | 1001011 | 0 | 111 | 11110011 | 1010011 | 111010 |
Color Harmonies of #453BED
Complementary color
Monochromatic Colors of #453BED
Black with #453BED
Text Example
Text Example
White with #453BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BED; }
p { color: rgb(69,59,237); }
H1.HeaderClassName
{
color: #453BED;
}
.AnyTagClassName
{
color: #453BED;
}
</style>
background-color css
<style>
a { background-color: #453BED; }
a { background-color: rgb(69,59,237); }
div.DivClassName
{
background-color: #453BED;
}
.BgClassName
{
background-color: #453BED;
}
</style>
border-color css
<style>
span { border-color: #453BED; }
span { border-color: rgb(69,59,237); }
td.TdClassName
{
border-color: #453BED;
}
.TagClassName
{
border-color: #453BED;
}
</style>