Shades of Neon Blue #453EEF
Tints of Neon Blue #453EEF
RGB
CMYK
RGB Variations
Color information
#453EEF (or 0x453EEF) is known color: Neon Blue. HEX triplet: 45, 3E and EF. RGB value is (69,62,239). Sum of RGB (Red+Green+Blue) = 69+62+239=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #453EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453EEF is #BAC110. Grayscale: #535353. Windows color (decimal): -12239121 or 15679045. OLE color: 15679045.
HSL color Cylindrical-coordinate representation of color #453EEF: hue angle of 242.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453EEF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 62 | 239 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.06 |
| HSL | 242.37º | 0.85% | 0.59% | - |
| HSV(B) | 242.37º | 0.74% | 0.94% | - |
| XYZ | 19.76 | 10.94 | 82.73 | - |
| YUV | 84.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 239 | 0.71 | 0.74 | 0 | 0.06 | 242.37 | 0.85 | 0.59 |
| Hex | 45 | 3E | EF | 47 | 4A | 0 | 6 | F2 | 55 | 3B |
| Octal | 105 | 76 | 357 | 107 | 112 | 0 | 6 | 362 | 125 | 73 |
| Binary | 1000101 | 111110 | 11101111 | 1000111 | 1001010 | 0 | 110 | 11110010 | 1010101 | 111011 |
Color Harmonies of #453EEF
Complementary color
Monochromatic Colors of #453EEF
Black with #453EEF
Text Example
Text Example
White with #453EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EEF; }
p { color: rgb(69,62,239); }
H1.HeaderClassName
{
color: #453EEF;
}
.AnyTagClassName
{
color: #453EEF;
}
</style>
background-color css
<style>
a { background-color: #453EEF; }
a { background-color: rgb(69,62,239); }
div.DivClassName
{
background-color: #453EEF;
}
.BgClassName
{
background-color: #453EEF;
}
</style>
border-color css
<style>
span { border-color: #453EEF; }
span { border-color: rgb(69,62,239); }
td.TdClassName
{
border-color: #453EEF;
}
.TagClassName
{
border-color: #453EEF;
}
</style>