Shades of Neon Blue #5357EA
Tints of Neon Blue #5357EA
RGB
CMYK
RGB Variations
Color information
#5357EA (or 0x5357EA) is known color: Neon Blue. HEX triplet: 53, 57 and EA. RGB value is (83,87,234). Sum of RGB (Red+Green+Blue) = 83+87+234=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #5357EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5357EA is #ACA815. Grayscale: #656565. Windows color (decimal): -11315222 or 15357779. OLE color: 15357779.
HSL color Cylindrical-coordinate representation of color #5357EA: hue angle of 238.41º 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 #5357EA is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 87 | 234 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.08 |
| HSL | 238.41º | 0.78% | 0.62% | - |
| HSV(B) | 238.41º | 0.65% | 0.92% | - |
| XYZ | 21.83 | 14.6 | 79.51 | - |
| YUV | 102.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 234 | 0.65 | 0.63 | 0 | 0.08 | 238.41 | 0.78 | 0.62 |
| Hex | 53 | 57 | EA | 41 | 3F | 0 | 8 | EE | 4E | 3E |
| Octal | 123 | 127 | 352 | 101 | 77 | 0 | 10 | 356 | 116 | 76 |
| Binary | 1010011 | 1010111 | 11101010 | 1000001 | 111111 | 0 | 1000 | 11101110 | 1001110 | 111110 |
Color Harmonies of #5357EA
Complementary color
Monochromatic Colors of #5357EA
Black with #5357EA
Text Example
Text Example
White with #5357EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5357EA; }
p { color: rgb(83,87,234); }
H1.HeaderClassName
{
color: #5357EA;
}
.AnyTagClassName
{
color: #5357EA;
}
</style>
background-color css
<style>
a { background-color: #5357EA; }
a { background-color: rgb(83,87,234); }
div.DivClassName
{
background-color: #5357EA;
}
.BgClassName
{
background-color: #5357EA;
}
</style>
border-color css
<style>
span { border-color: #5357EA; }
span { border-color: rgb(83,87,234); }
td.TdClassName
{
border-color: #5357EA;
}
.TagClassName
{
border-color: #5357EA;
}
</style>