Shades of Neon Blue #5B43EE
Tints of Neon Blue #5B43EE
RGB
CMYK
RGB Variations
Color information
#5B43EE (or 0x5B43EE) is known color: Neon Blue. HEX triplet: 5B, 43 and EE. RGB value is (91,67,238). Sum of RGB (Red+Green+Blue) = 91+67+238=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B43EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B43EE is #A4BC11. Grayscale: #5D5D5D. Windows color (decimal): -10796050 or 15614811. OLE color: 15614811.
HSL color Cylindrical-coordinate representation of color #5B43EE: hue angle of 248.42º 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 #5B43EE is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 67 | 238 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.07 |
| HSL | 248.42º | 0.83% | 0.6% | - |
| HSV(B) | 248.42º | 0.72% | 0.93% | - |
| XYZ | 21.75 | 12.41 | 82.14 | - |
| YUV | 93.67 | 209.45 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 238 | 0.62 | 0.72 | 0 | 0.07 | 248.42 | 0.83 | 0.6 |
| Hex | 5B | 43 | EE | 3E | 48 | 0 | 7 | F8 | 53 | 3C |
| Octal | 133 | 103 | 356 | 76 | 110 | 0 | 7 | 370 | 123 | 74 |
| Binary | 1011011 | 1000011 | 11101110 | 111110 | 1001000 | 0 | 111 | 11111000 | 1010011 | 111100 |
Color Harmonies of #5B43EE
Complementary color
Monochromatic Colors of #5B43EE
Black with #5B43EE
Text Example
Text Example
White with #5B43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B43EE; }
p { color: rgb(91,67,238); }
H1.HeaderClassName
{
color: #5B43EE;
}
.AnyTagClassName
{
color: #5B43EE;
}
</style>
background-color css
<style>
a { background-color: #5B43EE; }
a { background-color: rgb(91,67,238); }
div.DivClassName
{
background-color: #5B43EE;
}
.BgClassName
{
background-color: #5B43EE;
}
</style>
border-color css
<style>
span { border-color: #5B43EE; }
span { border-color: rgb(91,67,238); }
td.TdClassName
{
border-color: #5B43EE;
}
.TagClassName
{
border-color: #5B43EE;
}
</style>