Shades of Neon Blue #5A5CEA
Tints of Neon Blue #5A5CEA
RGB
CMYK
RGB Variations
Color information
#5A5CEA (or 0x5A5CEA) is known color: Neon Blue. HEX triplet: 5A, 5C and EA. RGB value is (90,92,234). Sum of RGB (Red+Green+Blue) = 90+92+234=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A5CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5CEA is #A5A315. Grayscale: #6B6B6B. Windows color (decimal): -10855190 or 15359066. OLE color: 15359066.
HSL color Cylindrical-coordinate representation of color #5A5CEA: hue angle of 239.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A5CEA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 92 | 234 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.08 |
| HSL | 239.17º | 0.77% | 0.64% | - |
| HSV(B) | 239.17º | 0.62% | 0.92% | - |
| XYZ | 22.89 | 15.77 | 79.68 | - |
| YUV | 107.59 | 199.34 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 234 | 0.62 | 0.61 | 0 | 0.08 | 239.17 | 0.77 | 0.64 |
| Hex | 5A | 5C | EA | 3E | 3D | 0 | 8 | EF | 4D | 40 |
| Octal | 132 | 134 | 352 | 76 | 75 | 0 | 10 | 357 | 115 | 100 |
| Binary | 1011010 | 1011100 | 11101010 | 111110 | 111101 | 0 | 1000 | 11101111 | 1001101 | 1000000 |
Color Harmonies of #5A5CEA
Complementary color
Monochromatic Colors of #5A5CEA
Black with #5A5CEA
Text Example
Text Example
White with #5A5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5CEA; }
p { color: rgb(90,92,234); }
H1.HeaderClassName
{
color: #5A5CEA;
}
.AnyTagClassName
{
color: #5A5CEA;
}
</style>
background-color css
<style>
a { background-color: #5A5CEA; }
a { background-color: rgb(90,92,234); }
div.DivClassName
{
background-color: #5A5CEA;
}
.BgClassName
{
background-color: #5A5CEA;
}
</style>
border-color css
<style>
span { border-color: #5A5CEA; }
span { border-color: rgb(90,92,234); }
td.TdClassName
{
border-color: #5A5CEA;
}
.TagClassName
{
border-color: #5A5CEA;
}
</style>