Shades of Neon Blue #5D46EE
Tints of Neon Blue #5D46EE
RGB
CMYK
RGB Variations
Color information
#5D46EE (or 0x5D46EE) is known color: Neon Blue. HEX triplet: 5D, 46 and EE. RGB value is (93,70,238). Sum of RGB (Red+Green+Blue) = 93+70+238=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D46EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D46EE is #A2B911. Grayscale: #5F5F5F. Windows color (decimal): -10664210 or 15615581. OLE color: 15615581.
HSL color Cylindrical-coordinate representation of color #5D46EE: hue angle of 248.21º 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 #5D46EE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 70 | 238 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.07 |
| HSL | 248.21º | 0.83% | 0.6% | - |
| HSV(B) | 248.21º | 0.71% | 0.93% | - |
| XYZ | 22.14 | 12.88 | 82.21 | - |
| YUV | 96.03 | 208.12 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 238 | 0.61 | 0.71 | 0 | 0.07 | 248.21 | 0.83 | 0.6 |
| Hex | 5D | 46 | EE | 3D | 47 | 0 | 7 | F8 | 53 | 3C |
| Octal | 135 | 106 | 356 | 75 | 107 | 0 | 7 | 370 | 123 | 74 |
| Binary | 1011101 | 1000110 | 11101110 | 111101 | 1000111 | 0 | 111 | 11111000 | 1010011 | 111100 |
Color Harmonies of #5D46EE
Complementary color
Monochromatic Colors of #5D46EE
Black with #5D46EE
Text Example
Text Example
White with #5D46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D46EE; }
p { color: rgb(93,70,238); }
H1.HeaderClassName
{
color: #5D46EE;
}
.AnyTagClassName
{
color: #5D46EE;
}
</style>
background-color css
<style>
a { background-color: #5D46EE; }
a { background-color: rgb(93,70,238); }
div.DivClassName
{
background-color: #5D46EE;
}
.BgClassName
{
background-color: #5D46EE;
}
</style>
border-color css
<style>
span { border-color: #5D46EE; }
span { border-color: rgb(93,70,238); }
td.TdClassName
{
border-color: #5D46EE;
}
.TagClassName
{
border-color: #5D46EE;
}
</style>