Shades of Neon Blue #5B5CF8
Tints of Neon Blue #5B5CF8
RGB
CMYK
RGB Variations
Color information
#5B5CF8 (or 0x5B5CF8) is known color: Neon Blue. HEX triplet: 5B, 5C and F8. RGB value is (91,92,248). Sum of RGB (Red+Green+Blue) = 91+92+248=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 248 (97.27% from 255 or 57.54% from 431); Max value from RGB is 248 - color contains mainly: blue. Hex color #5B5CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CF8 is #A4A307. Grayscale: #6C6C6C. Windows color (decimal): -10789640 or 16276571. OLE color: 16276571.
HSL color Cylindrical-coordinate representation of color #5B5CF8: hue angle of 239.62º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B5CF8 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 92 | 248 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.03 |
| HSL | 239.62º | 0.92% | 0.66% | - |
| HSV(B) | 239.62º | 0.63% | 0.97% | - |
| XYZ | 25.08 | 16.66 | 90.7 | - |
| YUV | 109.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 248 | 0.63 | 0.63 | 0 | 0.03 | 239.62 | 0.92 | 0.66 |
| Hex | 5B | 5C | F8 | 3F | 3F | 0 | 3 | F0 | 5C | 42 |
| Octal | 133 | 134 | 370 | 77 | 77 | 0 | 3 | 360 | 134 | 102 |
| Binary | 1011011 | 1011100 | 11111000 | 111111 | 111111 | 0 | 11 | 11110000 | 1011100 | 1000010 |
Color Harmonies of #5B5CF8
Complementary color
Monochromatic Colors of #5B5CF8
Black with #5B5CF8
Text Example
Text Example
White with #5B5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CF8; }
p { color: rgb(91,92,248); }
H1.HeaderClassName
{
color: #5B5CF8;
}
.AnyTagClassName
{
color: #5B5CF8;
}
</style>
background-color css
<style>
a { background-color: #5B5CF8; }
a { background-color: rgb(91,92,248); }
div.DivClassName
{
background-color: #5B5CF8;
}
.BgClassName
{
background-color: #5B5CF8;
}
</style>
border-color css
<style>
span { border-color: #5B5CF8; }
span { border-color: rgb(91,92,248); }
td.TdClassName
{
border-color: #5B5CF8;
}
.TagClassName
{
border-color: #5B5CF8;
}
</style>