Shades of Neon Blue #4534EF
Tints of Neon Blue #4534EF
RGB
CMYK
RGB Variations
Color information
#4534EF (or 0x4534EF) is known color: Neon Blue. HEX triplet: 45, 34 and EF. RGB value is (69,52,239). Sum of RGB (Red+Green+Blue) = 69+52+239=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #4534EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4534EF is #BACB10. Grayscale: #4D4D4D. Windows color (decimal): -12241681 or 15676485. OLE color: 15676485.
HSL color Cylindrical-coordinate representation of color #4534EF: hue angle of 245.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4534EF is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 52 | 239 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.06 |
| HSL | 245.45º | 0.85% | 0.57% | - |
| HSV(B) | 245.45º | 0.78% | 0.94% | - |
| XYZ | 19.26 | 9.95 | 82.57 | - |
| YUV | 78.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 239 | 0.71 | 0.78 | 0 | 0.06 | 245.45 | 0.85 | 0.57 |
| Hex | 45 | 34 | EF | 47 | 4E | 0 | 6 | F5 | 55 | 39 |
| Octal | 105 | 64 | 357 | 107 | 116 | 0 | 6 | 365 | 125 | 71 |
| Binary | 1000101 | 110100 | 11101111 | 1000111 | 1001110 | 0 | 110 | 11110101 | 1010101 | 111001 |
Color Harmonies of #4534EF
Complementary color
Monochromatic Colors of #4534EF
Black with #4534EF
Text Example
Text Example
White with #4534EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4534EF; }
p { color: rgb(69,52,239); }
H1.HeaderClassName
{
color: #4534EF;
}
.AnyTagClassName
{
color: #4534EF;
}
</style>
background-color css
<style>
a { background-color: #4534EF; }
a { background-color: rgb(69,52,239); }
div.DivClassName
{
background-color: #4534EF;
}
.BgClassName
{
background-color: #4534EF;
}
</style>
border-color css
<style>
span { border-color: #4534EF; }
span { border-color: rgb(69,52,239); }
td.TdClassName
{
border-color: #4534EF;
}
.TagClassName
{
border-color: #4534EF;
}
</style>