Shades of Neon Blue #5B6CFB
Tints of Neon Blue #5B6CFB
RGB
CMYK
RGB Variations
Color information
#5B6CFB (or 0x5B6CFB) is known color: Neon Blue. HEX triplet: 5B, 6C and FB. RGB value is (91,108,251). Sum of RGB (Red+Green+Blue) = 91+108+251=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B6CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6CFB is #A49304. Grayscale: #767676. Windows color (decimal): -10785541 or 16477275. OLE color: 16477275.
HSL color Cylindrical-coordinate representation of color #5B6CFB: hue angle of 233.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B6CFB is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 108 | 251 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.02 |
| HSL | 233.63º | 0.95% | 0.67% | - |
| HSV(B) | 233.63º | 0.64% | 0.98% | - |
| XYZ | 27.09 | 19.91 | 93.68 | - |
| YUV | 119.22 | 202.37 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 251 | 0.64 | 0.57 | 0 | 0.02 | 233.63 | 0.95 | 0.67 |
| Hex | 5B | 6C | FB | 40 | 39 | 0 | 2 | EA | 5F | 43 |
| Octal | 133 | 154 | 373 | 100 | 71 | 0 | 2 | 352 | 137 | 103 |
| Binary | 1011011 | 1101100 | 11111011 | 1000000 | 111001 | 0 | 10 | 11101010 | 1011111 | 1000011 |
Color Harmonies of #5B6CFB
Complementary color
Monochromatic Colors of #5B6CFB
Black with #5B6CFB
Text Example
Text Example
White with #5B6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CFB; }
p { color: rgb(91,108,251); }
H1.HeaderClassName
{
color: #5B6CFB;
}
.AnyTagClassName
{
color: #5B6CFB;
}
</style>
background-color css
<style>
a { background-color: #5B6CFB; }
a { background-color: rgb(91,108,251); }
div.DivClassName
{
background-color: #5B6CFB;
}
.BgClassName
{
background-color: #5B6CFB;
}
</style>
border-color css
<style>
span { border-color: #5B6CFB; }
span { border-color: rgb(91,108,251); }
td.TdClassName
{
border-color: #5B6CFB;
}
.TagClassName
{
border-color: #5B6CFB;
}
</style>