Shades of Neon Blue #5C40EE
Tints of Neon Blue #5C40EE
RGB
CMYK
RGB Variations
Color information
#5C40EE (or 0x5C40EE) is known color: Neon Blue. HEX triplet: 5C, 40 and EE. RGB value is (92,64,238). Sum of RGB (Red+Green+Blue) = 92+64+238=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C40EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C40EE is #A3BF11. Grayscale: #5B5B5B. Windows color (decimal): -10731282 or 15614044. OLE color: 15614044.
HSL color Cylindrical-coordinate representation of color #5C40EE: hue angle of 249.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C40EE is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 64 | 238 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.07 |
| HSL | 249.66º | 0.84% | 0.59% | - |
| HSV(B) | 249.66º | 0.73% | 0.93% | - |
| XYZ | 21.68 | 12.12 | 82.08 | - |
| YUV | 92.21 | 210.28 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 238 | 0.61 | 0.73 | 0 | 0.07 | 249.66 | 0.84 | 0.59 |
| Hex | 5C | 40 | EE | 3D | 49 | 0 | 7 | FA | 54 | 3B |
| Octal | 134 | 100 | 356 | 75 | 111 | 0 | 7 | 372 | 124 | 73 |
| Binary | 1011100 | 1000000 | 11101110 | 111101 | 1001001 | 0 | 111 | 11111010 | 1010100 | 111011 |
Color Harmonies of #5C40EE
Complementary color
Monochromatic Colors of #5C40EE
Black with #5C40EE
Text Example
Text Example
White with #5C40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40EE; }
p { color: rgb(92,64,238); }
H1.HeaderClassName
{
color: #5C40EE;
}
.AnyTagClassName
{
color: #5C40EE;
}
</style>
background-color css
<style>
a { background-color: #5C40EE; }
a { background-color: rgb(92,64,238); }
div.DivClassName
{
background-color: #5C40EE;
}
.BgClassName
{
background-color: #5C40EE;
}
</style>
border-color css
<style>
span { border-color: #5C40EE; }
span { border-color: rgb(92,64,238); }
td.TdClassName
{
border-color: #5C40EE;
}
.TagClassName
{
border-color: #5C40EE;
}
</style>