Shades of Neon Blue #5D3EFA
Tints of Neon Blue #5D3EFA
RGB
CMYK
RGB Variations
Color information
#5D3EFA (or 0x5D3EFA) is known color: Neon Blue. HEX triplet: 5D, 3E and FA. RGB value is (93,62,250). Sum of RGB (Red+Green+Blue) = 93+62+250=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D3EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3EFA is #A2C105. Grayscale: #5B5B5B. Windows color (decimal): -10666246 or 16399965. OLE color: 16399965.
HSL color Cylindrical-coordinate representation of color #5D3EFA: hue angle of 249.89º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D3EFA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 62 | 250 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.02 |
| HSL | 249.89º | 0.95% | 0.61% | - |
| HSV(B) | 249.89º | 0.75% | 0.98% | - |
| XYZ | 23.49 | 12.67 | 91.65 | - |
| YUV | 92.7 | 216.77 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 250 | 0.63 | 0.75 | 0 | 0.02 | 249.89 | 0.95 | 0.61 |
| Hex | 5D | 3E | FA | 3F | 4B | 0 | 2 | FA | 5F | 3D |
| Octal | 135 | 76 | 372 | 77 | 113 | 0 | 2 | 372 | 137 | 75 |
| Binary | 1011101 | 111110 | 11111010 | 111111 | 1001011 | 0 | 10 | 11111010 | 1011111 | 111101 |
Color Harmonies of #5D3EFA
Complementary color
Monochromatic Colors of #5D3EFA
Black with #5D3EFA
Text Example
Text Example
White with #5D3EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3EFA; }
p { color: rgb(93,62,250); }
H1.HeaderClassName
{
color: #5D3EFA;
}
.AnyTagClassName
{
color: #5D3EFA;
}
</style>
background-color css
<style>
a { background-color: #5D3EFA; }
a { background-color: rgb(93,62,250); }
div.DivClassName
{
background-color: #5D3EFA;
}
.BgClassName
{
background-color: #5D3EFA;
}
</style>
border-color css
<style>
span { border-color: #5D3EFA; }
span { border-color: rgb(93,62,250); }
td.TdClassName
{
border-color: #5D3EFA;
}
.TagClassName
{
border-color: #5D3EFA;
}
</style>