Shades of Neon Blue #5338EE
Tints of Neon Blue #5338EE
RGB
CMYK
RGB Variations
Color information
#5338EE (or 0x5338EE) is known color: Neon Blue. HEX triplet: 53, 38 and EE. RGB value is (83,56,238). Sum of RGB (Red+Green+Blue) = 83+56+238=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #5338EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5338EE is #ACC711. Grayscale: #545454. Windows color (decimal): -11323154 or 15611987. OLE color: 15611987.
HSL color Cylindrical-coordinate representation of color #5338EE: hue angle of 248.9º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5338EE is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 56 | 238 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.07 |
| HSL | 248.9º | 0.84% | 0.58% | - |
| HSV(B) | 248.9º | 0.76% | 0.93% | - |
| XYZ | 20.41 | 10.84 | 81.91 | - |
| YUV | 84.82 | 214.45 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 238 | 0.65 | 0.76 | 0 | 0.07 | 248.9 | 0.84 | 0.58 |
| Hex | 53 | 38 | EE | 41 | 4C | 0 | 7 | F9 | 54 | 3A |
| Octal | 123 | 70 | 356 | 101 | 114 | 0 | 7 | 371 | 124 | 72 |
| Binary | 1010011 | 111000 | 11101110 | 1000001 | 1001100 | 0 | 111 | 11111001 | 1010100 | 111010 |
Color Harmonies of #5338EE
Complementary color
Monochromatic Colors of #5338EE
Black with #5338EE
Text Example
Text Example
White with #5338EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5338EE; }
p { color: rgb(83,56,238); }
H1.HeaderClassName
{
color: #5338EE;
}
.AnyTagClassName
{
color: #5338EE;
}
</style>
background-color css
<style>
a { background-color: #5338EE; }
a { background-color: rgb(83,56,238); }
div.DivClassName
{
background-color: #5338EE;
}
.BgClassName
{
background-color: #5338EE;
}
</style>
border-color css
<style>
span { border-color: #5338EE; }
span { border-color: rgb(83,56,238); }
td.TdClassName
{
border-color: #5338EE;
}
.TagClassName
{
border-color: #5338EE;
}
</style>