Shades of Neon Blue #5B5DFE
Tints of Neon Blue #5B5DFE
RGB
CMYK
RGB Variations
Color information
#5B5DFE (or 0x5B5DFE) is known color: Neon Blue. HEX triplet: 5B, 5D and FE. RGB value is (91,93,254). Sum of RGB (Red+Green+Blue) = 91+93+254=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5DFE is #A4A201. Grayscale: #6E6E6E. Windows color (decimal): -10789378 or 16670043. OLE color: 16670043.
HSL color Cylindrical-coordinate representation of color #5B5DFE: hue angle of 239.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B5DFE is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 93 | 254 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.00 |
| HSL | 239.26º | 0.99% | 0.68% | - |
| HSV(B) | 239.26º | 0.64% | 1% | - |
| XYZ | 26.12 | 17.21 | 95.71 | - |
| YUV | 110.76 | 208.84 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 254 | 0.64 | 0.63 | 0 | 0.00 | 239.26 | 0.99 | 0.68 |
| Hex | 5B | 5D | FE | 40 | 3F | 0 | 0 | EF | 63 | 44 |
| Octal | 133 | 135 | 376 | 100 | 77 | 0 | 0 | 357 | 143 | 104 |
| Binary | 1011011 | 1011101 | 11111110 | 1000000 | 111111 | 0 | 0 | 11101111 | 1100011 | 1000100 |
Color Harmonies of #5B5DFE
Complementary color
Monochromatic Colors of #5B5DFE
Black with #5B5DFE
Text Example
Text Example
White with #5B5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5DFE; }
p { color: rgb(91,93,254); }
H1.HeaderClassName
{
color: #5B5DFE;
}
.AnyTagClassName
{
color: #5B5DFE;
}
</style>
background-color css
<style>
a { background-color: #5B5DFE; }
a { background-color: rgb(91,93,254); }
div.DivClassName
{
background-color: #5B5DFE;
}
.BgClassName
{
background-color: #5B5DFE;
}
</style>
border-color css
<style>
span { border-color: #5B5DFE; }
span { border-color: rgb(91,93,254); }
td.TdClassName
{
border-color: #5B5DFE;
}
.TagClassName
{
border-color: #5B5DFE;
}
</style>