Shades of Neon Blue #5B6BFD
Tints of Neon Blue #5B6BFD
RGB
CMYK
RGB Variations
Color information
#5B6BFD (or 0x5B6BFD) is known color: Neon Blue. HEX triplet: 5B, 6B and FD. RGB value is (91,107,253). Sum of RGB (Red+Green+Blue) = 91+107+253=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6BFD is #A49402. Grayscale: #767676. Windows color (decimal): -10785795 or 16608091. OLE color: 16608091.
HSL color Cylindrical-coordinate representation of color #5B6BFD: hue angle of 234.07º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B6BFD is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 107 | 253 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.01 |
| HSL | 234.07º | 0.98% | 0.67% | - |
| HSV(B) | 234.07º | 0.64% | 0.99% | - |
| XYZ | 27.3 | 19.83 | 95.32 | - |
| YUV | 118.86 | 203.7 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 253 | 0.64 | 0.58 | 0 | 0.01 | 234.07 | 0.98 | 0.67 |
| Hex | 5B | 6B | FD | 40 | 3A | 0 | 1 | EA | 62 | 43 |
| Octal | 133 | 153 | 375 | 100 | 72 | 0 | 1 | 352 | 142 | 103 |
| Binary | 1011011 | 1101011 | 11111101 | 1000000 | 111010 | 0 | 1 | 11101010 | 1100010 | 1000011 |
Color Harmonies of #5B6BFD
Complementary color
Monochromatic Colors of #5B6BFD
Black with #5B6BFD
Text Example
Text Example
White with #5B6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6BFD; }
p { color: rgb(91,107,253); }
H1.HeaderClassName
{
color: #5B6BFD;
}
.AnyTagClassName
{
color: #5B6BFD;
}
</style>
background-color css
<style>
a { background-color: #5B6BFD; }
a { background-color: rgb(91,107,253); }
div.DivClassName
{
background-color: #5B6BFD;
}
.BgClassName
{
background-color: #5B6BFD;
}
</style>
border-color css
<style>
span { border-color: #5B6BFD; }
span { border-color: rgb(91,107,253); }
td.TdClassName
{
border-color: #5B6BFD;
}
.TagClassName
{
border-color: #5B6BFD;
}
</style>