Shades of Neon Blue #5D61EE
Tints of Neon Blue #5D61EE
RGB
CMYK
RGB Variations
Color information
#5D61EE (or 0x5D61EE) is known color: Neon Blue. HEX triplet: 5D, 61 and EE. RGB value is (93,97,238). Sum of RGB (Red+Green+Blue) = 93+97+238=428 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.73% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D61EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D61EE is #A29E11. Grayscale: #6F6F6F. Windows color (decimal): -10657298 or 15622493. OLE color: 15622493.
HSL color Cylindrical-coordinate representation of color #5D61EE: hue angle of 238.34º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D61EE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 97 | 238 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.07 |
| HSL | 238.34º | 0.81% | 0.65% | - |
| HSV(B) | 238.34º | 0.61% | 0.93% | - |
| XYZ | 24.22 | 17.05 | 82.9 | - |
| YUV | 111.88 | 199.17 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 238 | 0.61 | 0.59 | 0 | 0.07 | 238.34 | 0.81 | 0.65 |
| Hex | 5D | 61 | EE | 3D | 3B | 0 | 7 | EE | 51 | 41 |
| Octal | 135 | 141 | 356 | 75 | 73 | 0 | 7 | 356 | 121 | 101 |
| Binary | 1011101 | 1100001 | 11101110 | 111101 | 111011 | 0 | 111 | 11101110 | 1010001 | 1000001 |
Color Harmonies of #5D61EE
Complementary color
Monochromatic Colors of #5D61EE
Black with #5D61EE
Text Example
Text Example
White with #5D61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D61EE; }
p { color: rgb(93,97,238); }
H1.HeaderClassName
{
color: #5D61EE;
}
.AnyTagClassName
{
color: #5D61EE;
}
</style>
background-color css
<style>
a { background-color: #5D61EE; }
a { background-color: rgb(93,97,238); }
div.DivClassName
{
background-color: #5D61EE;
}
.BgClassName
{
background-color: #5D61EE;
}
</style>
border-color css
<style>
span { border-color: #5D61EE; }
span { border-color: rgb(93,97,238); }
td.TdClassName
{
border-color: #5D61EE;
}
.TagClassName
{
border-color: #5D61EE;
}
</style>