Shades of Neon Blue #5B42EA
Tints of Neon Blue #5B42EA
RGB
CMYK
RGB Variations
Color information
#5B42EA (or 0x5B42EA) is known color: Neon Blue. HEX triplet: 5B, 42 and EA. RGB value is (91,66,234). Sum of RGB (Red+Green+Blue) = 91+66+234=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B42EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B42EA is #A4BD15. Grayscale: #5B5B5B. Windows color (decimal): -10796310 or 15352411. OLE color: 15352411.
HSL color Cylindrical-coordinate representation of color #5B42EA: hue angle of 248.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B42EA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 66 | 234 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.08 |
| HSL | 248.93º | 0.8% | 0.59% | - |
| HSV(B) | 248.93º | 0.72% | 0.92% | - |
| XYZ | 21.11 | 12.06 | 79.06 | - |
| YUV | 92.63 | 207.78 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 234 | 0.61 | 0.72 | 0 | 0.08 | 248.93 | 0.8 | 0.59 |
| Hex | 5B | 42 | EA | 3D | 48 | 0 | 8 | F9 | 50 | 3B |
| Octal | 133 | 102 | 352 | 75 | 110 | 0 | 10 | 371 | 120 | 73 |
| Binary | 1011011 | 1000010 | 11101010 | 111101 | 1001000 | 0 | 1000 | 11111001 | 1010000 | 111011 |
Color Harmonies of #5B42EA
Complementary color
Monochromatic Colors of #5B42EA
Black with #5B42EA
Text Example
Text Example
White with #5B42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B42EA; }
p { color: rgb(91,66,234); }
H1.HeaderClassName
{
color: #5B42EA;
}
.AnyTagClassName
{
color: #5B42EA;
}
</style>
background-color css
<style>
a { background-color: #5B42EA; }
a { background-color: rgb(91,66,234); }
div.DivClassName
{
background-color: #5B42EA;
}
.BgClassName
{
background-color: #5B42EA;
}
</style>
border-color css
<style>
span { border-color: #5B42EA; }
span { border-color: rgb(91,66,234); }
td.TdClassName
{
border-color: #5B42EA;
}
.TagClassName
{
border-color: #5B42EA;
}
</style>