Shades of Neon Blue #5D45EE
Tints of Neon Blue #5D45EE
RGB
CMYK
RGB Variations
Color information
#5D45EE (or 0x5D45EE) is known color: Neon Blue. HEX triplet: 5D, 45 and EE. RGB value is (93,69,238). Sum of RGB (Red+Green+Blue) = 93+69+238=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D45EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D45EE is #A2BA11. Grayscale: #5E5E5E. Windows color (decimal): -10664466 or 15615325. OLE color: 15615325.
HSL color Cylindrical-coordinate representation of color #5D45EE: hue angle of 248.52º 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 #5D45EE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 69 | 238 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.07 |
| HSL | 248.52º | 0.83% | 0.6% | - |
| HSV(B) | 248.52º | 0.71% | 0.93% | - |
| XYZ | 22.07 | 12.76 | 82.19 | - |
| YUV | 95.44 | 208.45 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 238 | 0.61 | 0.71 | 0 | 0.07 | 248.52 | 0.83 | 0.6 |
| Hex | 5D | 45 | EE | 3D | 47 | 0 | 7 | F9 | 53 | 3C |
| Octal | 135 | 105 | 356 | 75 | 107 | 0 | 7 | 371 | 123 | 74 |
| Binary | 1011101 | 1000101 | 11101110 | 111101 | 1000111 | 0 | 111 | 11111001 | 1010011 | 111100 |
Color Harmonies of #5D45EE
Complementary color
Monochromatic Colors of #5D45EE
Black with #5D45EE
Text Example
Text Example
White with #5D45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D45EE; }
p { color: rgb(93,69,238); }
H1.HeaderClassName
{
color: #5D45EE;
}
.AnyTagClassName
{
color: #5D45EE;
}
</style>
background-color css
<style>
a { background-color: #5D45EE; }
a { background-color: rgb(93,69,238); }
div.DivClassName
{
background-color: #5D45EE;
}
.BgClassName
{
background-color: #5D45EE;
}
</style>
border-color css
<style>
span { border-color: #5D45EE; }
span { border-color: rgb(93,69,238); }
td.TdClassName
{
border-color: #5D45EE;
}
.TagClassName
{
border-color: #5D45EE;
}
</style>