Shades of Neon Blue #453EFE
Tints of Neon Blue #453EFE
RGB
CMYK
RGB Variations
Color information
#453EFE (or 0x453EFE) is known color: Neon Blue. HEX triplet: 45, 3E and FE. RGB value is (69,62,254). Sum of RGB (Red+Green+Blue) = 69+62+254=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #453EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453EFE is #BAC101. Grayscale: #555555. Windows color (decimal): -12239106 or 16662085. OLE color: 16662085.
HSL color Cylindrical-coordinate representation of color #453EFE: hue angle of 242.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #453EFE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 62 | 254 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.00 |
| HSL | 242.19º | 0.99% | 0.62% | - |
| HSV(B) | 242.19º | 0.76% | 1% | - |
| XYZ | 22.07 | 11.87 | 94.89 | - |
| YUV | 85.98 | 222.82 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 254 | 0.73 | 0.76 | 0 | 0.00 | 242.19 | 0.99 | 0.62 |
| Hex | 45 | 3E | FE | 49 | 4C | 0 | 0 | F2 | 63 | 3E |
| Octal | 105 | 76 | 376 | 111 | 114 | 0 | 0 | 362 | 143 | 76 |
| Binary | 1000101 | 111110 | 11111110 | 1001001 | 1001100 | 0 | 0 | 11110010 | 1100011 | 111110 |
Color Harmonies of #453EFE
Complementary color
Monochromatic Colors of #453EFE
Black with #453EFE
Text Example
Text Example
White with #453EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EFE; }
p { color: rgb(69,62,254); }
H1.HeaderClassName
{
color: #453EFE;
}
.AnyTagClassName
{
color: #453EFE;
}
</style>
background-color css
<style>
a { background-color: #453EFE; }
a { background-color: rgb(69,62,254); }
div.DivClassName
{
background-color: #453EFE;
}
.BgClassName
{
background-color: #453EFE;
}
</style>
border-color css
<style>
span { border-color: #453EFE; }
span { border-color: rgb(69,62,254); }
td.TdClassName
{
border-color: #453EFE;
}
.TagClassName
{
border-color: #453EFE;
}
</style>