Shades of Neon Blue #5B5CFA
Tints of Neon Blue #5B5CFA
RGB
CMYK
RGB Variations
Color information
#5B5CFA (or 0x5B5CFA) is known color: Neon Blue. HEX triplet: 5B, 5C and FA. RGB value is (91,92,250). Sum of RGB (Red+Green+Blue) = 91+92+250=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B5CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CFA is #A4A305. Grayscale: #6D6D6D. Windows color (decimal): -10789638 or 16407643. OLE color: 16407643.
HSL color Cylindrical-coordinate representation of color #5B5CFA: hue angle of 239.62º degrees, saturation: 0.94, 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 #5B5CFA is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 92 | 250 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.02 |
| HSL | 239.62º | 0.94% | 0.67% | - |
| HSV(B) | 239.62º | 0.64% | 0.98% | - |
| XYZ | 25.4 | 16.78 | 92.34 | - |
| YUV | 109.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 250 | 0.64 | 0.63 | 0 | 0.02 | 239.62 | 0.94 | 0.67 |
| Hex | 5B | 5C | FA | 40 | 3F | 0 | 2 | F0 | 5E | 43 |
| Octal | 133 | 134 | 372 | 100 | 77 | 0 | 2 | 360 | 136 | 103 |
| Binary | 1011011 | 1011100 | 11111010 | 1000000 | 111111 | 0 | 10 | 11110000 | 1011110 | 1000011 |
Color Harmonies of #5B5CFA
Complementary color
Monochromatic Colors of #5B5CFA
Black with #5B5CFA
Text Example
Text Example
White with #5B5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CFA; }
p { color: rgb(91,92,250); }
H1.HeaderClassName
{
color: #5B5CFA;
}
.AnyTagClassName
{
color: #5B5CFA;
}
</style>
background-color css
<style>
a { background-color: #5B5CFA; }
a { background-color: rgb(91,92,250); }
div.DivClassName
{
background-color: #5B5CFA;
}
.BgClassName
{
background-color: #5B5CFA;
}
</style>
border-color css
<style>
span { border-color: #5B5CFA; }
span { border-color: rgb(91,92,250); }
td.TdClassName
{
border-color: #5B5CFA;
}
.TagClassName
{
border-color: #5B5CFA;
}
</style>