Shades of Neon Blue #5D3AF6
Tints of Neon Blue #5D3AF6
RGB
CMYK
RGB Variations
Color information
#5D3AF6 (or 0x5D3AF6) is known color: Neon Blue. HEX triplet: 5D, 3A and F6. RGB value is (93,58,246). Sum of RGB (Red+Green+Blue) = 93+58+246=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #5D3AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3AF6 is #A2C509. Grayscale: #595959. Windows color (decimal): -10667274 or 16136797. OLE color: 16136797.
HSL color Cylindrical-coordinate representation of color #5D3AF6: hue angle of 251.17º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D3AF6 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 58 | 246 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.04 |
| HSL | 251.17º | 0.91% | 0.6% | - |
| HSV(B) | 251.17º | 0.76% | 0.96% | - |
| XYZ | 22.66 | 12.01 | 88.31 | - |
| YUV | 89.9 | 216.1 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 246 | 0.62 | 0.76 | 0 | 0.04 | 251.17 | 0.91 | 0.6 |
| Hex | 5D | 3A | F6 | 3E | 4C | 0 | 4 | FB | 5B | 3C |
| Octal | 135 | 72 | 366 | 76 | 114 | 0 | 4 | 373 | 133 | 74 |
| Binary | 1011101 | 111010 | 11110110 | 111110 | 1001100 | 0 | 100 | 11111011 | 1011011 | 111100 |
Color Harmonies of #5D3AF6
Complementary color
Monochromatic Colors of #5D3AF6
Black with #5D3AF6
Text Example
Text Example
White with #5D3AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3AF6; }
p { color: rgb(93,58,246); }
H1.HeaderClassName
{
color: #5D3AF6;
}
.AnyTagClassName
{
color: #5D3AF6;
}
</style>
background-color css
<style>
a { background-color: #5D3AF6; }
a { background-color: rgb(93,58,246); }
div.DivClassName
{
background-color: #5D3AF6;
}
.BgClassName
{
background-color: #5D3AF6;
}
</style>
border-color css
<style>
span { border-color: #5D3AF6; }
span { border-color: rgb(93,58,246); }
td.TdClassName
{
border-color: #5D3AF6;
}
.TagClassName
{
border-color: #5D3AF6;
}
</style>