Shades of Neon Blue #5D3BFE
Tints of Neon Blue #5D3BFE
RGB
CMYK
RGB Variations
Color information
#5D3BFE (or 0x5D3BFE) is known color: Neon Blue. HEX triplet: 5D, 3B and FE. RGB value is (93,59,254). Sum of RGB (Red+Green+Blue) = 93+59+254=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D3BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3BFE is #A2C401. Grayscale: #5A5A5A. Windows color (decimal): -10667010 or 16661341. OLE color: 16661341.
HSL color Cylindrical-coordinate representation of color #5D3BFE: hue angle of 250.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D3BFE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 59 | 254 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.00 |
| HSL | 250.46º | 0.99% | 0.61% | - |
| HSV(B) | 250.46º | 0.77% | 1% | - |
| XYZ | 23.97 | 12.61 | 94.94 | - |
| YUV | 91.4 | 219.76 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 254 | 0.63 | 0.77 | 0 | 0.00 | 250.46 | 0.99 | 0.61 |
| Hex | 5D | 3B | FE | 3F | 4D | 0 | 0 | FA | 63 | 3D |
| Octal | 135 | 73 | 376 | 77 | 115 | 0 | 0 | 372 | 143 | 75 |
| Binary | 1011101 | 111011 | 11111110 | 111111 | 1001101 | 0 | 0 | 11111010 | 1100011 | 111101 |
Color Harmonies of #5D3BFE
Complementary color
Monochromatic Colors of #5D3BFE
Black with #5D3BFE
Text Example
Text Example
White with #5D3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3BFE; }
p { color: rgb(93,59,254); }
H1.HeaderClassName
{
color: #5D3BFE;
}
.AnyTagClassName
{
color: #5D3BFE;
}
</style>
background-color css
<style>
a { background-color: #5D3BFE; }
a { background-color: rgb(93,59,254); }
div.DivClassName
{
background-color: #5D3BFE;
}
.BgClassName
{
background-color: #5D3BFE;
}
</style>
border-color css
<style>
span { border-color: #5D3BFE; }
span { border-color: rgb(93,59,254); }
td.TdClassName
{
border-color: #5D3BFE;
}
.TagClassName
{
border-color: #5D3BFE;
}
</style>