Shades of Neon Blue #5943EE
Tints of Neon Blue #5943EE
RGB
CMYK
RGB Variations
Color information
#5943EE (or 0x5943EE) is known color: Neon Blue. HEX triplet: 59, 43 and EE. RGB value is (89,67,238). Sum of RGB (Red+Green+Blue) = 89+67+238=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #5943EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5943EE is #A6BC11. Grayscale: #5C5C5C. Windows color (decimal): -10927122 or 15614809. OLE color: 15614809.
HSL color Cylindrical-coordinate representation of color #5943EE: hue angle of 247.72º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5943EE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 67 | 238 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.07 |
| HSL | 247.72º | 0.83% | 0.6% | - |
| HSV(B) | 247.72º | 0.72% | 0.93% | - |
| XYZ | 21.56 | 12.31 | 82.13 | - |
| YUV | 93.07 | 209.79 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 238 | 0.63 | 0.72 | 0 | 0.07 | 247.72 | 0.83 | 0.6 |
| Hex | 59 | 43 | EE | 3F | 48 | 0 | 7 | F8 | 53 | 3C |
| Octal | 131 | 103 | 356 | 77 | 110 | 0 | 7 | 370 | 123 | 74 |
| Binary | 1011001 | 1000011 | 11101110 | 111111 | 1001000 | 0 | 111 | 11111000 | 1010011 | 111100 |
Color Harmonies of #5943EE
Complementary color
Monochromatic Colors of #5943EE
Black with #5943EE
Text Example
Text Example
White with #5943EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5943EE; }
p { color: rgb(89,67,238); }
H1.HeaderClassName
{
color: #5943EE;
}
.AnyTagClassName
{
color: #5943EE;
}
</style>
background-color css
<style>
a { background-color: #5943EE; }
a { background-color: rgb(89,67,238); }
div.DivClassName
{
background-color: #5943EE;
}
.BgClassName
{
background-color: #5943EE;
}
</style>
border-color css
<style>
span { border-color: #5943EE; }
span { border-color: rgb(89,67,238); }
td.TdClassName
{
border-color: #5943EE;
}
.TagClassName
{
border-color: #5943EE;
}
</style>