Shades of Neon Blue #5D4BEA
Tints of Neon Blue #5D4BEA
RGB
CMYK
RGB Variations
Color information
#5D4BEA (or 0x5D4BEA) is known color: Neon Blue. HEX triplet: 5D, 4B and EA. RGB value is (93,75,234). Sum of RGB (Red+Green+Blue) = 93+75+234=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D4BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4BEA is #A2B415. Grayscale: #616161. Windows color (decimal): -10662934 or 15354717. OLE color: 15354717.
HSL color Cylindrical-coordinate representation of color #5D4BEA: hue angle of 246.79º degrees, saturation: 0.79, 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 #5D4BEA is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 75 | 234 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.08 |
| HSL | 246.79º | 0.79% | 0.61% | - |
| HSV(B) | 246.79º | 0.68% | 0.92% | - |
| XYZ | 21.88 | 13.3 | 79.26 | - |
| YUV | 98.51 | 204.46 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 234 | 0.60 | 0.68 | 0 | 0.08 | 246.79 | 0.79 | 0.61 |
| Hex | 5D | 4B | EA | 3C | 44 | 0 | 8 | F7 | 4F | 3D |
| Octal | 135 | 113 | 352 | 74 | 104 | 0 | 10 | 367 | 117 | 75 |
| Binary | 1011101 | 1001011 | 11101010 | 111100 | 1000100 | 0 | 1000 | 11110111 | 1001111 | 111101 |
Color Harmonies of #5D4BEA
Complementary color
Monochromatic Colors of #5D4BEA
Black with #5D4BEA
Text Example
Text Example
White with #5D4BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4BEA; }
p { color: rgb(93,75,234); }
H1.HeaderClassName
{
color: #5D4BEA;
}
.AnyTagClassName
{
color: #5D4BEA;
}
</style>
background-color css
<style>
a { background-color: #5D4BEA; }
a { background-color: rgb(93,75,234); }
div.DivClassName
{
background-color: #5D4BEA;
}
.BgClassName
{
background-color: #5D4BEA;
}
</style>
border-color css
<style>
span { border-color: #5D4BEA; }
span { border-color: rgb(93,75,234); }
td.TdClassName
{
border-color: #5D4BEA;
}
.TagClassName
{
border-color: #5D4BEA;
}
</style>