Shades of Neon Blue #5D48EE
Tints of Neon Blue #5D48EE
RGB
CMYK
RGB Variations
Color information
#5D48EE (or 0x5D48EE) is known color: Neon Blue. HEX triplet: 5D, 48 and EE. RGB value is (93,72,238). Sum of RGB (Red+Green+Blue) = 93+72+238=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D48EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D48EE is #A2B711. Grayscale: #606060. Windows color (decimal): -10663698 or 15616093. OLE color: 15616093.
HSL color Cylindrical-coordinate representation of color #5D48EE: hue angle of 247.59º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D48EE is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 72 | 238 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.07 |
| HSL | 247.59º | 0.83% | 0.61% | - |
| HSV(B) | 247.59º | 0.7% | 0.93% | - |
| XYZ | 22.26 | 13.13 | 82.25 | - |
| YUV | 97.2 | 207.46 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 238 | 0.61 | 0.70 | 0 | 0.07 | 247.59 | 0.83 | 0.61 |
| Hex | 5D | 48 | EE | 3D | 46 | 0 | 7 | F8 | 53 | 3D |
| Octal | 135 | 110 | 356 | 75 | 106 | 0 | 7 | 370 | 123 | 75 |
| Binary | 1011101 | 1001000 | 11101110 | 111101 | 1000110 | 0 | 111 | 11111000 | 1010011 | 111101 |
Color Harmonies of #5D48EE
Complementary color
Monochromatic Colors of #5D48EE
Black with #5D48EE
Text Example
Text Example
White with #5D48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D48EE; }
p { color: rgb(93,72,238); }
H1.HeaderClassName
{
color: #5D48EE;
}
.AnyTagClassName
{
color: #5D48EE;
}
</style>
background-color css
<style>
a { background-color: #5D48EE; }
a { background-color: rgb(93,72,238); }
div.DivClassName
{
background-color: #5D48EE;
}
.BgClassName
{
background-color: #5D48EE;
}
</style>
border-color css
<style>
span { border-color: #5D48EE; }
span { border-color: rgb(93,72,238); }
td.TdClassName
{
border-color: #5D48EE;
}
.TagClassName
{
border-color: #5D48EE;
}
</style>