Shades of Neon Blue #5B61FE
Tints of Neon Blue #5B61FE
RGB
CMYK
RGB Variations
Color information
#5B61FE (or 0x5B61FE) is known color: Neon Blue. HEX triplet: 5B, 61 and FE. RGB value is (91,97,254). Sum of RGB (Red+Green+Blue) = 91+97+254=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B61FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B61FE is #A49E01. Grayscale: #707070. Windows color (decimal): -10788354 or 16671067. OLE color: 16671067.
HSL color Cylindrical-coordinate representation of color #5B61FE: hue angle of 237.79º 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 #5B61FE is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 97 | 254 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.00 |
| HSL | 237.79º | 0.99% | 0.68% | - |
| HSV(B) | 237.79º | 0.64% | 1% | - |
| XYZ | 26.48 | 17.93 | 95.83 | - |
| YUV | 113.1 | 207.51 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 254 | 0.64 | 0.62 | 0 | 0.00 | 237.79 | 0.99 | 0.68 |
| Hex | 5B | 61 | FE | 40 | 3E | 0 | 0 | EE | 63 | 44 |
| Octal | 133 | 141 | 376 | 100 | 76 | 0 | 0 | 356 | 143 | 104 |
| Binary | 1011011 | 1100001 | 11111110 | 1000000 | 111110 | 0 | 0 | 11101110 | 1100011 | 1000100 |
Color Harmonies of #5B61FE
Complementary color
Monochromatic Colors of #5B61FE
Black with #5B61FE
Text Example
Text Example
White with #5B61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B61FE; }
p { color: rgb(91,97,254); }
H1.HeaderClassName
{
color: #5B61FE;
}
.AnyTagClassName
{
color: #5B61FE;
}
</style>
background-color css
<style>
a { background-color: #5B61FE; }
a { background-color: rgb(91,97,254); }
div.DivClassName
{
background-color: #5B61FE;
}
.BgClassName
{
background-color: #5B61FE;
}
</style>
border-color css
<style>
span { border-color: #5B61FE; }
span { border-color: rgb(91,97,254); }
td.TdClassName
{
border-color: #5B61FE;
}
.TagClassName
{
border-color: #5B61FE;
}
</style>