Shades of Neon Blue #5C54EA
Tints of Neon Blue #5C54EA
RGB
CMYK
RGB Variations
Color information
#5C54EA (or 0x5C54EA) is known color: Neon Blue. HEX triplet: 5C, 54 and EA. RGB value is (92,84,234). Sum of RGB (Red+Green+Blue) = 92+84+234=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C54EA is #A3AB15. Grayscale: #666666. Windows color (decimal): -10726166 or 15357020. OLE color: 15357020.
HSL color Cylindrical-coordinate representation of color #5C54EA: hue angle of 243.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C54EA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 84 | 234 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.08 |
| HSL | 243.2º | 0.78% | 0.62% | - |
| HSV(B) | 243.2º | 0.64% | 0.92% | - |
| XYZ | 22.44 | 14.56 | 79.47 | - |
| YUV | 103.49 | 201.65 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 84 | 234 | 0.61 | 0.64 | 0 | 0.08 | 243.2 | 0.78 | 0.62 |
| Hex | 5C | 54 | EA | 3D | 40 | 0 | 8 | F3 | 4E | 3E |
| Octal | 134 | 124 | 352 | 75 | 100 | 0 | 10 | 363 | 116 | 76 |
| Binary | 1011100 | 1010100 | 11101010 | 111101 | 1000000 | 0 | 1000 | 11110011 | 1001110 | 111110 |
Color Harmonies of #5C54EA
Complementary color
Monochromatic Colors of #5C54EA
Black with #5C54EA
Text Example
Text Example
White with #5C54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C54EA; }
p { color: rgb(92,84,234); }
H1.HeaderClassName
{
color: #5C54EA;
}
.AnyTagClassName
{
color: #5C54EA;
}
</style>
background-color css
<style>
a { background-color: #5C54EA; }
a { background-color: rgb(92,84,234); }
div.DivClassName
{
background-color: #5C54EA;
}
.BgClassName
{
background-color: #5C54EA;
}
</style>
border-color css
<style>
span { border-color: #5C54EA; }
span { border-color: rgb(92,84,234); }
td.TdClassName
{
border-color: #5C54EA;
}
.TagClassName
{
border-color: #5C54EA;
}
</style>