Shades of Neon Blue #5336EF
Tints of Neon Blue #5336EF
RGB
CMYK
RGB Variations
Color information
#5336EF (or 0x5336EF) is known color: Neon Blue. HEX triplet: 53, 36 and EF. RGB value is (83,54,239). Sum of RGB (Red+Green+Blue) = 83+54+239=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #5336EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5336EF is #ACC910. Grayscale: #535353. Windows color (decimal): -11323665 or 15677011. OLE color: 15677011.
HSL color Cylindrical-coordinate representation of color #5336EF: hue angle of 249.41º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5336EF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 54 | 239 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.06 |
| HSL | 249.41º | 0.85% | 0.57% | - |
| HSV(B) | 249.41º | 0.77% | 0.94% | - |
| XYZ | 20.47 | 10.71 | 82.65 | - |
| YUV | 83.76 | 215.61 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 239 | 0.65 | 0.77 | 0 | 0.06 | 249.41 | 0.85 | 0.57 |
| Hex | 53 | 36 | EF | 41 | 4D | 0 | 6 | F9 | 55 | 39 |
| Octal | 123 | 66 | 357 | 101 | 115 | 0 | 6 | 371 | 125 | 71 |
| Binary | 1010011 | 110110 | 11101111 | 1000001 | 1001101 | 0 | 110 | 11111001 | 1010101 | 111001 |
Color Harmonies of #5336EF
Complementary color
Monochromatic Colors of #5336EF
Black with #5336EF
Text Example
Text Example
White with #5336EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5336EF; }
p { color: rgb(83,54,239); }
H1.HeaderClassName
{
color: #5336EF;
}
.AnyTagClassName
{
color: #5336EF;
}
</style>
background-color css
<style>
a { background-color: #5336EF; }
a { background-color: rgb(83,54,239); }
div.DivClassName
{
background-color: #5336EF;
}
.BgClassName
{
background-color: #5336EF;
}
</style>
border-color css
<style>
span { border-color: #5336EF; }
span { border-color: rgb(83,54,239); }
td.TdClassName
{
border-color: #5336EF;
}
.TagClassName
{
border-color: #5336EF;
}
</style>