Shades of Neon Blue #5356E5
Tints of Neon Blue #5356E5
RGB
CMYK
RGB Variations
Color information
#5356E5 (or 0x5356E5) is known color: Neon Blue. HEX triplet: 53, 56 and E5. RGB value is (83,86,229). Sum of RGB (Red+Green+Blue) = 83+86+229=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #5356E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5356E5 is #ACA91A. Grayscale: #646464. Windows color (decimal): -11315483 or 15029843. OLE color: 15029843.
HSL color Cylindrical-coordinate representation of color #5356E5: hue angle of 238.77º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5356E5 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 86 | 229 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.10 |
| HSL | 238.77º | 0.74% | 0.61% | - |
| HSV(B) | 238.77º | 0.64% | 0.9% | - |
| XYZ | 21.04 | 14.15 | 75.75 | - |
| YUV | 101.41 | 200.01 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 229 | 0.64 | 0.62 | 0 | 0.10 | 238.77 | 0.74 | 0.61 |
| Hex | 53 | 56 | E5 | 40 | 3E | 0 | A | EF | 4A | 3D |
| Octal | 123 | 126 | 345 | 100 | 76 | 0 | 12 | 357 | 112 | 75 |
| Binary | 1010011 | 1010110 | 11100101 | 1000000 | 111110 | 0 | 1010 | 11101111 | 1001010 | 111101 |
Color Harmonies of #5356E5
Complementary color
Monochromatic Colors of #5356E5
Black with #5356E5
Text Example
Text Example
White with #5356E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5356E5; }
p { color: rgb(83,86,229); }
H1.HeaderClassName
{
color: #5356E5;
}
.AnyTagClassName
{
color: #5356E5;
}
</style>
background-color css
<style>
a { background-color: #5356E5; }
a { background-color: rgb(83,86,229); }
div.DivClassName
{
background-color: #5356E5;
}
.BgClassName
{
background-color: #5356E5;
}
</style>
border-color css
<style>
span { border-color: #5356E5; }
span { border-color: rgb(83,86,229); }
td.TdClassName
{
border-color: #5356E5;
}
.TagClassName
{
border-color: #5356E5;
}
</style>