Shades of Neon Blue #453FEF
Tints of Neon Blue #453FEF
RGB
CMYK
RGB Variations
Color information
#453FEF (or 0x453FEF) is known color: Neon Blue. HEX triplet: 45, 3F and EF. RGB value is (69,63,239). Sum of RGB (Red+Green+Blue) = 69+63+239=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #453FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453FEF is #BAC010. Grayscale: #545454. Windows color (decimal): -12238865 or 15679301. OLE color: 15679301.
HSL color Cylindrical-coordinate representation of color #453FEF: hue angle of 242.05º 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 #453FEF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 63 | 239 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.06 |
| HSL | 242.05º | 0.85% | 0.59% | - |
| HSV(B) | 242.05º | 0.74% | 0.94% | - |
| XYZ | 19.81 | 11.05 | 82.75 | - |
| YUV | 84.86 | 214.99 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 239 | 0.71 | 0.74 | 0 | 0.06 | 242.05 | 0.85 | 0.59 |
| Hex | 45 | 3F | EF | 47 | 4A | 0 | 6 | F2 | 55 | 3B |
| Octal | 105 | 77 | 357 | 107 | 112 | 0 | 6 | 362 | 125 | 73 |
| Binary | 1000101 | 111111 | 11101111 | 1000111 | 1001010 | 0 | 110 | 11110010 | 1010101 | 111011 |
Color Harmonies of #453FEF
Complementary color
Monochromatic Colors of #453FEF
Black with #453FEF
Text Example
Text Example
White with #453FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FEF; }
p { color: rgb(69,63,239); }
H1.HeaderClassName
{
color: #453FEF;
}
.AnyTagClassName
{
color: #453FEF;
}
</style>
background-color css
<style>
a { background-color: #453FEF; }
a { background-color: rgb(69,63,239); }
div.DivClassName
{
background-color: #453FEF;
}
.BgClassName
{
background-color: #453FEF;
}
</style>
border-color css
<style>
span { border-color: #453FEF; }
span { border-color: rgb(69,63,239); }
td.TdClassName
{
border-color: #453FEF;
}
.TagClassName
{
border-color: #453FEF;
}
</style>