Shades of Neon Blue #5C4EEE
Tints of Neon Blue #5C4EEE
RGB
CMYK
RGB Variations
Color information
#5C4EEE (or 0x5C4EEE) is known color: Neon Blue. HEX triplet: 5C, 4E and EE. RGB value is (92,78,238). Sum of RGB (Red+Green+Blue) = 92+78+238=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C4EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C4EEE is #A3B111. Grayscale: #636363. Windows color (decimal): -10727698 or 15617628. OLE color: 15617628.
HSL color Cylindrical-coordinate representation of color #5C4EEE: hue angle of 245.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C4EEE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 78 | 238 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.07 |
| HSL | 245.25º | 0.82% | 0.62% | - |
| HSV(B) | 245.25º | 0.67% | 0.93% | - |
| XYZ | 22.57 | 13.9 | 82.38 | - |
| YUV | 100.43 | 205.64 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 238 | 0.61 | 0.67 | 0 | 0.07 | 245.25 | 0.82 | 0.62 |
| Hex | 5C | 4E | EE | 3D | 43 | 0 | 7 | F5 | 52 | 3E |
| Octal | 134 | 116 | 356 | 75 | 103 | 0 | 7 | 365 | 122 | 76 |
| Binary | 1011100 | 1001110 | 11101110 | 111101 | 1000011 | 0 | 111 | 11110101 | 1010010 | 111110 |
Color Harmonies of #5C4EEE
Complementary color
Monochromatic Colors of #5C4EEE
Black with #5C4EEE
Text Example
Text Example
White with #5C4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4EEE; }
p { color: rgb(92,78,238); }
H1.HeaderClassName
{
color: #5C4EEE;
}
.AnyTagClassName
{
color: #5C4EEE;
}
</style>
background-color css
<style>
a { background-color: #5C4EEE; }
a { background-color: rgb(92,78,238); }
div.DivClassName
{
background-color: #5C4EEE;
}
.BgClassName
{
background-color: #5C4EEE;
}
</style>
border-color css
<style>
span { border-color: #5C4EEE; }
span { border-color: rgb(92,78,238); }
td.TdClassName
{
border-color: #5C4EEE;
}
.TagClassName
{
border-color: #5C4EEE;
}
</style>