Shades of Neon Blue #5D3CFB
Tints of Neon Blue #5D3CFB
RGB
CMYK
RGB Variations
Color information
#5D3CFB (or 0x5D3CFB) is known color: Neon Blue. HEX triplet: 5D, 3C and FB. RGB value is (93,60,251). Sum of RGB (Red+Green+Blue) = 93+60+251=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D3CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3CFB is #A2C304. Grayscale: #5A5A5A. Windows color (decimal): -10666757 or 16464989. OLE color: 16464989.
HSL color Cylindrical-coordinate representation of color #5D3CFB: hue angle of 250.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D3CFB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 60 | 251 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.02 |
| HSL | 250.37º | 0.96% | 0.61% | - |
| HSV(B) | 250.37º | 0.76% | 0.98% | - |
| XYZ | 23.54 | 12.52 | 92.44 | - |
| YUV | 91.64 | 217.93 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 60 | 251 | 0.63 | 0.76 | 0 | 0.02 | 250.37 | 0.96 | 0.61 |
| Hex | 5D | 3C | FB | 3F | 4C | 0 | 2 | FA | 60 | 3D |
| Octal | 135 | 74 | 373 | 77 | 114 | 0 | 2 | 372 | 140 | 75 |
| Binary | 1011101 | 111100 | 11111011 | 111111 | 1001100 | 0 | 10 | 11111010 | 1100000 | 111101 |
Color Harmonies of #5D3CFB
Complementary color
Monochromatic Colors of #5D3CFB
Black with #5D3CFB
Text Example
Text Example
White with #5D3CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3CFB; }
p { color: rgb(93,60,251); }
H1.HeaderClassName
{
color: #5D3CFB;
}
.AnyTagClassName
{
color: #5D3CFB;
}
</style>
background-color css
<style>
a { background-color: #5D3CFB; }
a { background-color: rgb(93,60,251); }
div.DivClassName
{
background-color: #5D3CFB;
}
.BgClassName
{
background-color: #5D3CFB;
}
</style>
border-color css
<style>
span { border-color: #5D3CFB; }
span { border-color: rgb(93,60,251); }
td.TdClassName
{
border-color: #5D3CFB;
}
.TagClassName
{
border-color: #5D3CFB;
}
</style>