Shades of Neon Blue #5D44EE
Tints of Neon Blue #5D44EE
RGB
CMYK
RGB Variations
Color information
#5D44EE (or 0x5D44EE) is known color: Neon Blue. HEX triplet: 5D, 44 and EE. RGB value is (93,68,238). Sum of RGB (Red+Green+Blue) = 93+68+238=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D44EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D44EE is #A2BB11. Grayscale: #5E5E5E. Windows color (decimal): -10664722 or 15615069. OLE color: 15615069.
HSL color Cylindrical-coordinate representation of color #5D44EE: hue angle of 248.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D44EE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 68 | 238 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.07 |
| HSL | 248.82º | 0.83% | 0.6% | - |
| HSV(B) | 248.82º | 0.71% | 0.93% | - |
| XYZ | 22.01 | 12.63 | 82.17 | - |
| YUV | 94.86 | 208.78 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 238 | 0.61 | 0.71 | 0 | 0.07 | 248.82 | 0.83 | 0.6 |
| Hex | 5D | 44 | EE | 3D | 47 | 0 | 7 | F9 | 53 | 3C |
| Octal | 135 | 104 | 356 | 75 | 107 | 0 | 7 | 371 | 123 | 74 |
| Binary | 1011101 | 1000100 | 11101110 | 111101 | 1000111 | 0 | 111 | 11111001 | 1010011 | 111100 |
Color Harmonies of #5D44EE
Complementary color
Monochromatic Colors of #5D44EE
Black with #5D44EE
Text Example
Text Example
White with #5D44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D44EE; }
p { color: rgb(93,68,238); }
H1.HeaderClassName
{
color: #5D44EE;
}
.AnyTagClassName
{
color: #5D44EE;
}
</style>
background-color css
<style>
a { background-color: #5D44EE; }
a { background-color: rgb(93,68,238); }
div.DivClassName
{
background-color: #5D44EE;
}
.BgClassName
{
background-color: #5D44EE;
}
</style>
border-color css
<style>
span { border-color: #5D44EE; }
span { border-color: rgb(93,68,238); }
td.TdClassName
{
border-color: #5D44EE;
}
.TagClassName
{
border-color: #5D44EE;
}
</style>