Shades of Neon Blue #5D4FEB
Tints of Neon Blue #5D4FEB
RGB
CMYK
RGB Variations
Color information
#5D4FEB (or 0x5D4FEB) is known color: Neon Blue. HEX triplet: 5D, 4F and EB. RGB value is (93,79,235). Sum of RGB (Red+Green+Blue) = 93+79+235=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D4FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4FEB is #A2B014. Grayscale: #646464. Windows color (decimal): -10661909 or 15421277. OLE color: 15421277.
HSL color Cylindrical-coordinate representation of color #5D4FEB: hue angle of 245.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D4FEB is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 79 | 235 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.08 |
| HSL | 245.38º | 0.8% | 0.62% | - |
| HSV(B) | 245.38º | 0.66% | 0.92% | - |
| XYZ | 22.31 | 13.92 | 80.11 | - |
| YUV | 100.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 235 | 0.60 | 0.66 | 0 | 0.08 | 245.38 | 0.8 | 0.62 |
| Hex | 5D | 4F | EB | 3C | 42 | 0 | 8 | F5 | 50 | 3E |
| Octal | 135 | 117 | 353 | 74 | 102 | 0 | 10 | 365 | 120 | 76 |
| Binary | 1011101 | 1001111 | 11101011 | 111100 | 1000010 | 0 | 1000 | 11110101 | 1010000 | 111110 |
Color Harmonies of #5D4FEB
Complementary color
Monochromatic Colors of #5D4FEB
Black with #5D4FEB
Text Example
Text Example
White with #5D4FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FEB; }
p { color: rgb(93,79,235); }
H1.HeaderClassName
{
color: #5D4FEB;
}
.AnyTagClassName
{
color: #5D4FEB;
}
</style>
background-color css
<style>
a { background-color: #5D4FEB; }
a { background-color: rgb(93,79,235); }
div.DivClassName
{
background-color: #5D4FEB;
}
.BgClassName
{
background-color: #5D4FEB;
}
</style>
border-color css
<style>
span { border-color: #5D4FEB; }
span { border-color: rgb(93,79,235); }
td.TdClassName
{
border-color: #5D4FEB;
}
.TagClassName
{
border-color: #5D4FEB;
}
</style>