Shades of Neon Blue #453FEC
Tints of Neon Blue #453FEC
RGB
CMYK
RGB Variations
Color information
#453FEC (or 0x453FEC) is known color: Neon Blue. HEX triplet: 45, 3F and EC. RGB value is (69,63,236). Sum of RGB (Red+Green+Blue) = 69+63+236=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #453FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453FEC is #BAC013. Grayscale: #535353. Windows color (decimal): -12238868 or 15482693. OLE color: 15482693.
HSL color Cylindrical-coordinate representation of color #453FEC: hue angle of 242.08º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #453FEC is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 63 | 236 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.07 |
| HSL | 242.08º | 0.82% | 0.59% | - |
| HSV(B) | 242.08º | 0.73% | 0.93% | - |
| XYZ | 19.37 | 10.88 | 80.44 | - |
| YUV | 84.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 236 | 0.71 | 0.73 | 0 | 0.07 | 242.08 | 0.82 | 0.59 |
| Hex | 45 | 3F | EC | 47 | 49 | 0 | 7 | F2 | 52 | 3B |
| Octal | 105 | 77 | 354 | 107 | 111 | 0 | 7 | 362 | 122 | 73 |
| Binary | 1000101 | 111111 | 11101100 | 1000111 | 1001001 | 0 | 111 | 11110010 | 1010010 | 111011 |
Color Harmonies of #453FEC
Complementary color
Monochromatic Colors of #453FEC
Black with #453FEC
Text Example
Text Example
White with #453FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FEC; }
p { color: rgb(69,63,236); }
H1.HeaderClassName
{
color: #453FEC;
}
.AnyTagClassName
{
color: #453FEC;
}
</style>
background-color css
<style>
a { background-color: #453FEC; }
a { background-color: rgb(69,63,236); }
div.DivClassName
{
background-color: #453FEC;
}
.BgClassName
{
background-color: #453FEC;
}
</style>
border-color css
<style>
span { border-color: #453FEC; }
span { border-color: rgb(69,63,236); }
td.TdClassName
{
border-color: #453FEC;
}
.TagClassName
{
border-color: #453FEC;
}
</style>