Shades of Neon Blue #5B6CFE
Tints of Neon Blue #5B6CFE
RGB
CMYK
RGB Variations
Color information
#5B6CFE (or 0x5B6CFE) is known color: Neon Blue. HEX triplet: 5B, 6C and FE. RGB value is (91,108,254). Sum of RGB (Red+Green+Blue) = 91+108+254=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B6CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6CFE is #A49301. Grayscale: #767676. Windows color (decimal): -10785538 or 16673883. OLE color: 16673883.
HSL color Cylindrical-coordinate representation of color #5B6CFE: hue angle of 233.74º 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 #5B6CFE is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 108 | 254 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.00 |
| HSL | 233.74º | 0.99% | 0.68% | - |
| HSV(B) | 233.74º | 0.64% | 1% | - |
| XYZ | 27.57 | 20.11 | 96.19 | - |
| YUV | 119.56 | 203.87 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 254 | 0.64 | 0.57 | 0 | 0.00 | 233.74 | 0.99 | 0.68 |
| Hex | 5B | 6C | FE | 40 | 39 | 0 | 0 | EA | 63 | 44 |
| Octal | 133 | 154 | 376 | 100 | 71 | 0 | 0 | 352 | 143 | 104 |
| Binary | 1011011 | 1101100 | 11111110 | 1000000 | 111001 | 0 | 0 | 11101010 | 1100011 | 1000100 |
Color Harmonies of #5B6CFE
Complementary color
Monochromatic Colors of #5B6CFE
Black with #5B6CFE
Text Example
Text Example
White with #5B6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CFE; }
p { color: rgb(91,108,254); }
H1.HeaderClassName
{
color: #5B6CFE;
}
.AnyTagClassName
{
color: #5B6CFE;
}
</style>
background-color css
<style>
a { background-color: #5B6CFE; }
a { background-color: rgb(91,108,254); }
div.DivClassName
{
background-color: #5B6CFE;
}
.BgClassName
{
background-color: #5B6CFE;
}
</style>
border-color css
<style>
span { border-color: #5B6CFE; }
span { border-color: rgb(91,108,254); }
td.TdClassName
{
border-color: #5B6CFE;
}
.TagClassName
{
border-color: #5B6CFE;
}
</style>