Shades of Neon Blue #5B44EF
Tints of Neon Blue #5B44EF
RGB
CMYK
RGB Variations
Color information
#5B44EF (or 0x5B44EF) is known color: Neon Blue. HEX triplet: 5B, 44 and EF. RGB value is (91,68,239). Sum of RGB (Red+Green+Blue) = 91+68+239=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B44EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B44EF is #A4BB10. Grayscale: #5D5D5D. Windows color (decimal): -10795793 or 15680603. OLE color: 15680603.
HSL color Cylindrical-coordinate representation of color #5B44EF: hue angle of 248.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B44EF is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 68 | 239 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.06 |
| HSL | 248.07º | 0.84% | 0.6% | - |
| HSV(B) | 248.07º | 0.72% | 0.94% | - |
| XYZ | 21.96 | 12.59 | 82.93 | - |
| YUV | 94.37 | 209.62 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 239 | 0.62 | 0.72 | 0 | 0.06 | 248.07 | 0.84 | 0.6 |
| Hex | 5B | 44 | EF | 3E | 48 | 0 | 6 | F8 | 54 | 3C |
| Octal | 133 | 104 | 357 | 76 | 110 | 0 | 6 | 370 | 124 | 74 |
| Binary | 1011011 | 1000100 | 11101111 | 111110 | 1001000 | 0 | 110 | 11111000 | 1010100 | 111100 |
Color Harmonies of #5B44EF
Complementary color
Monochromatic Colors of #5B44EF
Black with #5B44EF
Text Example
Text Example
White with #5B44EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B44EF; }
p { color: rgb(91,68,239); }
H1.HeaderClassName
{
color: #5B44EF;
}
.AnyTagClassName
{
color: #5B44EF;
}
</style>
background-color css
<style>
a { background-color: #5B44EF; }
a { background-color: rgb(91,68,239); }
div.DivClassName
{
background-color: #5B44EF;
}
.BgClassName
{
background-color: #5B44EF;
}
</style>
border-color css
<style>
span { border-color: #5B44EF; }
span { border-color: rgb(91,68,239); }
td.TdClassName
{
border-color: #5B44EF;
}
.TagClassName
{
border-color: #5B44EF;
}
</style>