Shades of Neon Blue #5D4CEB
Tints of Neon Blue #5D4CEB
RGB
CMYK
RGB Variations
Color information
#5D4CEB (or 0x5D4CEB) is known color: Neon Blue. HEX triplet: 5D, 4C and EB. RGB value is (93,76,235). Sum of RGB (Red+Green+Blue) = 93+76+235=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D4CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4CEB is #A2B314. Grayscale: #626262. Windows color (decimal): -10662677 or 15420509. OLE color: 15420509.
HSL color Cylindrical-coordinate representation of color #5D4CEB: hue angle of 246.42º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D4CEB is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 76 | 235 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.08 |
| HSL | 246.42º | 0.8% | 0.61% | - |
| HSV(B) | 246.42º | 0.68% | 0.92% | - |
| XYZ | 22.09 | 13.49 | 80.04 | - |
| YUV | 99.21 | 204.63 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 76 | 235 | 0.60 | 0.68 | 0 | 0.08 | 246.42 | 0.8 | 0.61 |
| Hex | 5D | 4C | EB | 3C | 44 | 0 | 8 | F6 | 50 | 3D |
| Octal | 135 | 114 | 353 | 74 | 104 | 0 | 10 | 366 | 120 | 75 |
| Binary | 1011101 | 1001100 | 11101011 | 111100 | 1000100 | 0 | 1000 | 11110110 | 1010000 | 111101 |
Color Harmonies of #5D4CEB
Complementary color
Monochromatic Colors of #5D4CEB
Black with #5D4CEB
Text Example
Text Example
White with #5D4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4CEB; }
p { color: rgb(93,76,235); }
H1.HeaderClassName
{
color: #5D4CEB;
}
.AnyTagClassName
{
color: #5D4CEB;
}
</style>
background-color css
<style>
a { background-color: #5D4CEB; }
a { background-color: rgb(93,76,235); }
div.DivClassName
{
background-color: #5D4CEB;
}
.BgClassName
{
background-color: #5D4CEB;
}
</style>
border-color css
<style>
span { border-color: #5D4CEB; }
span { border-color: rgb(93,76,235); }
td.TdClassName
{
border-color: #5D4CEB;
}
.TagClassName
{
border-color: #5D4CEB;
}
</style>