Shades of Neon Blue #5B5CFE
Tints of Neon Blue #5B5CFE
RGB
CMYK
RGB Variations
Color information
#5B5CFE (or 0x5B5CFE) is known color: Neon Blue. HEX triplet: 5B, 5C and FE. RGB value is (91,92,254). Sum of RGB (Red+Green+Blue) = 91+92+254=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CFE is #A4A301. Grayscale: #6D6D6D. Windows color (decimal): -10789634 or 16669787. OLE color: 16669787.
HSL color Cylindrical-coordinate representation of color #5B5CFE: hue angle of 239.63º 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 #5B5CFE is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 92 | 254 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.00 |
| HSL | 239.63º | 0.99% | 0.68% | - |
| HSV(B) | 239.63º | 0.64% | 1% | - |
| XYZ | 26.03 | 17.03 | 95.68 | - |
| YUV | 110.17 | 209.17 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 254 | 0.64 | 0.64 | 0 | 0.00 | 239.63 | 0.99 | 0.68 |
| Hex | 5B | 5C | FE | 40 | 40 | 0 | 0 | F0 | 63 | 44 |
| Octal | 133 | 134 | 376 | 100 | 100 | 0 | 0 | 360 | 143 | 104 |
| Binary | 1011011 | 1011100 | 11111110 | 1000000 | 1000000 | 0 | 0 | 11110000 | 1100011 | 1000100 |
Color Harmonies of #5B5CFE
Complementary color
Monochromatic Colors of #5B5CFE
Black with #5B5CFE
Text Example
Text Example
White with #5B5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CFE; }
p { color: rgb(91,92,254); }
H1.HeaderClassName
{
color: #5B5CFE;
}
.AnyTagClassName
{
color: #5B5CFE;
}
</style>
background-color css
<style>
a { background-color: #5B5CFE; }
a { background-color: rgb(91,92,254); }
div.DivClassName
{
background-color: #5B5CFE;
}
.BgClassName
{
background-color: #5B5CFE;
}
</style>
border-color css
<style>
span { border-color: #5B5CFE; }
span { border-color: rgb(91,92,254); }
td.TdClassName
{
border-color: #5B5CFE;
}
.TagClassName
{
border-color: #5B5CFE;
}
</style>