Shades of Neon Blue #5356EA
Tints of Neon Blue #5356EA
RGB
CMYK
RGB Variations
Color information
#5356EA (or 0x5356EA) is known color: Neon Blue. HEX triplet: 53, 56 and EA. RGB value is (83,86,234). Sum of RGB (Red+Green+Blue) = 83+86+234=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #5356EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5356EA is #ACA915. Grayscale: #656565. Windows color (decimal): -11315478 or 15357523. OLE color: 15357523.
HSL color Cylindrical-coordinate representation of color #5356EA: hue angle of 238.81º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5356EA is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 86 | 234 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.08 |
| HSL | 238.81º | 0.78% | 0.62% | - |
| HSV(B) | 238.81º | 0.65% | 0.92% | - |
| XYZ | 21.75 | 14.44 | 79.48 | - |
| YUV | 101.98 | 202.51 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 234 | 0.65 | 0.63 | 0 | 0.08 | 238.81 | 0.78 | 0.62 |
| Hex | 53 | 56 | EA | 41 | 3F | 0 | 8 | EF | 4E | 3E |
| Octal | 123 | 126 | 352 | 101 | 77 | 0 | 10 | 357 | 116 | 76 |
| Binary | 1010011 | 1010110 | 11101010 | 1000001 | 111111 | 0 | 1000 | 11101111 | 1001110 | 111110 |
Color Harmonies of #5356EA
Complementary color
Monochromatic Colors of #5356EA
Black with #5356EA
Text Example
Text Example
White with #5356EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5356EA; }
p { color: rgb(83,86,234); }
H1.HeaderClassName
{
color: #5356EA;
}
.AnyTagClassName
{
color: #5356EA;
}
</style>
background-color css
<style>
a { background-color: #5356EA; }
a { background-color: rgb(83,86,234); }
div.DivClassName
{
background-color: #5356EA;
}
.BgClassName
{
background-color: #5356EA;
}
</style>
border-color css
<style>
span { border-color: #5356EA; }
span { border-color: rgb(83,86,234); }
td.TdClassName
{
border-color: #5356EA;
}
.TagClassName
{
border-color: #5356EA;
}
</style>