Shades of Neon Blue #5D3FEC
Tints of Neon Blue #5D3FEC
RGB
CMYK
RGB Variations
Color information
#5D3FEC (or 0x5D3FEC) is known color: Neon Blue. HEX triplet: 5D, 3F and EC. RGB value is (93,63,236). Sum of RGB (Red+Green+Blue) = 93+63+236=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D3FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3FEC is #A2C013. Grayscale: #5B5B5B. Windows color (decimal): -10666004 or 15482717. OLE color: 15482717.
HSL color Cylindrical-coordinate representation of color #5D3FEC: hue angle of 250.4º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D3FEC is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 63 | 236 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.07 |
| HSL | 250.4º | 0.82% | 0.59% | - |
| HSV(B) | 250.4º | 0.73% | 0.93% | - |
| XYZ | 21.43 | 11.94 | 80.53 | - |
| YUV | 91.69 | 209.44 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 236 | 0.61 | 0.73 | 0 | 0.07 | 250.4 | 0.82 | 0.59 |
| Hex | 5D | 3F | EC | 3D | 49 | 0 | 7 | FA | 52 | 3B |
| Octal | 135 | 77 | 354 | 75 | 111 | 0 | 7 | 372 | 122 | 73 |
| Binary | 1011101 | 111111 | 11101100 | 111101 | 1001001 | 0 | 111 | 11111010 | 1010010 | 111011 |
Color Harmonies of #5D3FEC
Complementary color
Monochromatic Colors of #5D3FEC
Black with #5D3FEC
Text Example
Text Example
White with #5D3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FEC; }
p { color: rgb(93,63,236); }
H1.HeaderClassName
{
color: #5D3FEC;
}
.AnyTagClassName
{
color: #5D3FEC;
}
</style>
background-color css
<style>
a { background-color: #5D3FEC; }
a { background-color: rgb(93,63,236); }
div.DivClassName
{
background-color: #5D3FEC;
}
.BgClassName
{
background-color: #5D3FEC;
}
</style>
border-color css
<style>
span { border-color: #5D3FEC; }
span { border-color: rgb(93,63,236); }
td.TdClassName
{
border-color: #5D3FEC;
}
.TagClassName
{
border-color: #5D3FEC;
}
</style>