Shades of Neon Blue #5B3EFD
Tints of Neon Blue #5B3EFD
RGB
CMYK
RGB Variations
Color information
#5B3EFD (or 0x5B3EFD) is known color: Neon Blue. HEX triplet: 5B, 3E and FD. RGB value is (91,62,253). Sum of RGB (Red+Green+Blue) = 91+62+253=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B3EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3EFD is #A4C102. Grayscale: #5B5B5B. Windows color (decimal): -10797315 or 16596571. OLE color: 16596571.
HSL color Cylindrical-coordinate representation of color #5B3EFD: hue angle of 249.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B3EFD is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 62 | 253 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.01 |
| HSL | 249.11º | 0.98% | 0.62% | - |
| HSV(B) | 249.11º | 0.75% | 0.99% | - |
| XYZ | 23.77 | 12.76 | 94.14 | - |
| YUV | 92.45 | 218.61 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 253 | 0.64 | 0.75 | 0 | 0.01 | 249.11 | 0.98 | 0.62 |
| Hex | 5B | 3E | FD | 40 | 4B | 0 | 1 | F9 | 62 | 3E |
| Octal | 133 | 76 | 375 | 100 | 113 | 0 | 1 | 371 | 142 | 76 |
| Binary | 1011011 | 111110 | 11111101 | 1000000 | 1001011 | 0 | 1 | 11111001 | 1100010 | 111110 |
Color Harmonies of #5B3EFD
Complementary color
Monochromatic Colors of #5B3EFD
Black with #5B3EFD
Text Example
Text Example
White with #5B3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3EFD; }
p { color: rgb(91,62,253); }
H1.HeaderClassName
{
color: #5B3EFD;
}
.AnyTagClassName
{
color: #5B3EFD;
}
</style>
background-color css
<style>
a { background-color: #5B3EFD; }
a { background-color: rgb(91,62,253); }
div.DivClassName
{
background-color: #5B3EFD;
}
.BgClassName
{
background-color: #5B3EFD;
}
</style>
border-color css
<style>
span { border-color: #5B3EFD; }
span { border-color: rgb(91,62,253); }
td.TdClassName
{
border-color: #5B3EFD;
}
.TagClassName
{
border-color: #5B3EFD;
}
</style>