Shades of Neon Blue #5D57EE
Tints of Neon Blue #5D57EE
RGB
CMYK
RGB Variations
Color information
#5D57EE (or 0x5D57EE) is known color: Neon Blue. HEX triplet: 5D, 57 and EE. RGB value is (93,87,238). Sum of RGB (Red+Green+Blue) = 93+87+238=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D57EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D57EE is #A2A811. Grayscale: #696969. Windows color (decimal): -10659858 or 15619933. OLE color: 15619933.
HSL color Cylindrical-coordinate representation of color #5D57EE: hue angle of 242.38º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D57EE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 87 | 238 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.07 |
| HSL | 242.38º | 0.82% | 0.64% | - |
| HSV(B) | 242.38º | 0.63% | 0.93% | - |
| XYZ | 23.36 | 15.32 | 82.61 | - |
| YUV | 106.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 238 | 0.61 | 0.63 | 0 | 0.07 | 242.38 | 0.82 | 0.64 |
| Hex | 5D | 57 | EE | 3D | 3F | 0 | 7 | F2 | 52 | 40 |
| Octal | 135 | 127 | 356 | 75 | 77 | 0 | 7 | 362 | 122 | 100 |
| Binary | 1011101 | 1010111 | 11101110 | 111101 | 111111 | 0 | 111 | 11110010 | 1010010 | 1000000 |
Color Harmonies of #5D57EE
Complementary color
Monochromatic Colors of #5D57EE
Black with #5D57EE
Text Example
Text Example
White with #5D57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D57EE; }
p { color: rgb(93,87,238); }
H1.HeaderClassName
{
color: #5D57EE;
}
.AnyTagClassName
{
color: #5D57EE;
}
</style>
background-color css
<style>
a { background-color: #5D57EE; }
a { background-color: rgb(93,87,238); }
div.DivClassName
{
background-color: #5D57EE;
}
.BgClassName
{
background-color: #5D57EE;
}
</style>
border-color css
<style>
span { border-color: #5D57EE; }
span { border-color: rgb(93,87,238); }
td.TdClassName
{
border-color: #5D57EE;
}
.TagClassName
{
border-color: #5D57EE;
}
</style>