Shades of Neon Blue #5D3AFB
Tints of Neon Blue #5D3AFB
RGB
CMYK
RGB Variations
Color information
#5D3AFB (or 0x5D3AFB) is known color: Neon Blue. HEX triplet: 5D, 3A and FB. RGB value is (93,58,251). Sum of RGB (Red+Green+Blue) = 93+58+251=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D3AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3AFB is #A2C504. Grayscale: #595959. Windows color (decimal): -10667269 or 16464477. OLE color: 16464477.
HSL color Cylindrical-coordinate representation of color #5D3AFB: hue angle of 250.88º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D3AFB is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 58 | 251 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.02 |
| HSL | 250.88º | 0.96% | 0.61% | - |
| HSV(B) | 250.88º | 0.77% | 0.98% | - |
| XYZ | 23.44 | 12.32 | 92.41 | - |
| YUV | 90.47 | 218.6 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 251 | 0.63 | 0.77 | 0 | 0.02 | 250.88 | 0.96 | 0.61 |
| Hex | 5D | 3A | FB | 3F | 4D | 0 | 2 | FB | 60 | 3D |
| Octal | 135 | 72 | 373 | 77 | 115 | 0 | 2 | 373 | 140 | 75 |
| Binary | 1011101 | 111010 | 11111011 | 111111 | 1001101 | 0 | 10 | 11111011 | 1100000 | 111101 |
Color Harmonies of #5D3AFB
Complementary color
Monochromatic Colors of #5D3AFB
Black with #5D3AFB
Text Example
Text Example
White with #5D3AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3AFB; }
p { color: rgb(93,58,251); }
H1.HeaderClassName
{
color: #5D3AFB;
}
.AnyTagClassName
{
color: #5D3AFB;
}
</style>
background-color css
<style>
a { background-color: #5D3AFB; }
a { background-color: rgb(93,58,251); }
div.DivClassName
{
background-color: #5D3AFB;
}
.BgClassName
{
background-color: #5D3AFB;
}
</style>
border-color css
<style>
span { border-color: #5D3AFB; }
span { border-color: rgb(93,58,251); }
td.TdClassName
{
border-color: #5D3AFB;
}
.TagClassName
{
border-color: #5D3AFB;
}
</style>