Shades of Neon Blue #5B42E9
Tints of Neon Blue #5B42E9
RGB
CMYK
RGB Variations
Color information
#5B42E9 (or 0x5B42E9) is known color: Neon Blue. HEX triplet: 5B, 42 and E9. RGB value is (91,66,233). Sum of RGB (Red+Green+Blue) = 91+66+233=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #5B42E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B42E9 is #A4BD16. Grayscale: #5B5B5B. Windows color (decimal): -10796311 or 15286875. OLE color: 15286875.
HSL color Cylindrical-coordinate representation of color #5B42E9: hue angle of 248.98º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B42E9 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 66 | 233 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.09 |
| HSL | 248.98º | 0.79% | 0.59% | - |
| HSV(B) | 248.98º | 0.72% | 0.91% | - |
| XYZ | 20.97 | 12 | 78.3 | - |
| YUV | 92.51 | 207.28 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 233 | 0.61 | 0.72 | 0 | 0.09 | 248.98 | 0.79 | 0.59 |
| Hex | 5B | 42 | E9 | 3D | 48 | 0 | 9 | F9 | 4F | 3B |
| Octal | 133 | 102 | 351 | 75 | 110 | 0 | 11 | 371 | 117 | 73 |
| Binary | 1011011 | 1000010 | 11101001 | 111101 | 1001000 | 0 | 1001 | 11111001 | 1001111 | 111011 |
Color Harmonies of #5B42E9
Complementary color
Monochromatic Colors of #5B42E9
Black with #5B42E9
Text Example
Text Example
White with #5B42E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B42E9; }
p { color: rgb(91,66,233); }
H1.HeaderClassName
{
color: #5B42E9;
}
.AnyTagClassName
{
color: #5B42E9;
}
</style>
background-color css
<style>
a { background-color: #5B42E9; }
a { background-color: rgb(91,66,233); }
div.DivClassName
{
background-color: #5B42E9;
}
.BgClassName
{
background-color: #5B42E9;
}
</style>
border-color css
<style>
span { border-color: #5B42E9; }
span { border-color: rgb(91,66,233); }
td.TdClassName
{
border-color: #5B42E9;
}
.TagClassName
{
border-color: #5B42E9;
}
</style>