Shades of Neon Blue #5B4CF8
Tints of Neon Blue #5B4CF8
RGB
CMYK
RGB Variations
Color information
#5B4CF8 (or 0x5B4CF8) is known color: Neon Blue. HEX triplet: 5B, 4C and F8. RGB value is (91,76,248). Sum of RGB (Red+Green+Blue) = 91+76+248=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B4CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B4CF8 is #A4B307. Grayscale: #636363. Windows color (decimal): -10793736 or 16272475. OLE color: 16272475.
HSL color Cylindrical-coordinate representation of color #5B4CF8: hue angle of 245.23º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B4CF8 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 76 | 248 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.03 |
| HSL | 245.23º | 0.92% | 0.64% | - |
| HSV(B) | 245.23º | 0.69% | 0.97% | - |
| XYZ | 23.84 | 14.17 | 90.29 | - |
| YUV | 100.09 | 211.47 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 76 | 248 | 0.63 | 0.69 | 0 | 0.03 | 245.23 | 0.92 | 0.64 |
| Hex | 5B | 4C | F8 | 3F | 45 | 0 | 3 | F5 | 5C | 40 |
| Octal | 133 | 114 | 370 | 77 | 105 | 0 | 3 | 365 | 134 | 100 |
| Binary | 1011011 | 1001100 | 11111000 | 111111 | 1000101 | 0 | 11 | 11110101 | 1011100 | 1000000 |
Color Harmonies of #5B4CF8
Complementary color
Monochromatic Colors of #5B4CF8
Black with #5B4CF8
Text Example
Text Example
White with #5B4CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4CF8; }
p { color: rgb(91,76,248); }
H1.HeaderClassName
{
color: #5B4CF8;
}
.AnyTagClassName
{
color: #5B4CF8;
}
</style>
background-color css
<style>
a { background-color: #5B4CF8; }
a { background-color: rgb(91,76,248); }
div.DivClassName
{
background-color: #5B4CF8;
}
.BgClassName
{
background-color: #5B4CF8;
}
</style>
border-color css
<style>
span { border-color: #5B4CF8; }
span { border-color: rgb(91,76,248); }
td.TdClassName
{
border-color: #5B4CF8;
}
.TagClassName
{
border-color: #5B4CF8;
}
</style>