Shades of Neon Blue #5C5BFF
Tints of Neon Blue #5C5BFF
RGB
CMYK
RGB Variations
Color information
#5C5BFF (or 0x5C5BFF) is known color: Neon Blue. HEX triplet: 5C, 5B and FF. RGB value is (92,91,255). Sum of RGB (Red+Green+Blue) = 92+91+255=438 (58% of max value = 765). Red value is 92 (36.33% from 255 or 21.00% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5C5BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C5BFF is #A3A400. Grayscale: #6D6D6D. Windows color (decimal): -10724353 or 16735068. OLE color: 16735068.
HSL color Cylindrical-coordinate representation of color #5C5BFF: hue angle of 240.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C5BFF is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 91 | 255 | - |
| CMYK | 0.64 | 0.64 | 0 | 0 |
| HSL | 240.37º | 1% | 0.68% | - |
| HSV(B) | 240.37º | 0.64% | 1% | - |
| XYZ | 26.2 | 16.98 | 96.5 | - |
| YUV | 110 | 209.83 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 91 | 255 | 0.64 | 0.64 | 0 | 0 | 240.37 | 1 | 0.68 |
| Hex | 5C | 5B | FF | 40 | 40 | 0 | 0 | F0 | 64 | 44 |
| Octal | 134 | 133 | 377 | 100 | 100 | 0 | 0 | 360 | 144 | 104 |
| Binary | 1011100 | 1011011 | 11111111 | 1000000 | 1000000 | 0 | 0 | 11110000 | 1100100 | 1000100 |
Color Harmonies of #5C5BFF
Complementary color
Monochromatic Colors of #5C5BFF
Black with #5C5BFF
Text Example
Text Example
White with #5C5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5BFF; }
p { color: rgb(92,91,255); }
H1.HeaderClassName
{
color: #5C5BFF;
}
.AnyTagClassName
{
color: #5C5BFF;
}
</style>
background-color css
<style>
a { background-color: #5C5BFF; }
a { background-color: rgb(92,91,255); }
div.DivClassName
{
background-color: #5C5BFF;
}
.BgClassName
{
background-color: #5C5BFF;
}
</style>
border-color css
<style>
span { border-color: #5C5BFF; }
span { border-color: rgb(92,91,255); }
td.TdClassName
{
border-color: #5C5BFF;
}
.TagClassName
{
border-color: #5C5BFF;
}
</style>