Shades of Neon Blue #5D3DFB
Tints of Neon Blue #5D3DFB
RGB
CMYK
RGB Variations
Color information
#5D3DFB (or 0x5D3DFB) is known color: Neon Blue. HEX triplet: 5D, 3D and FB. RGB value is (93,61,251). Sum of RGB (Red+Green+Blue) = 93+61+251=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D3DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3DFB is #A2C204. Grayscale: #5B5B5B. Windows color (decimal): -10666501 or 16465245. OLE color: 16465245.
HSL color Cylindrical-coordinate representation of color #5D3DFB: hue angle of 250.11º 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 #5D3DFB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 61 | 251 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.02 |
| HSL | 250.11º | 0.96% | 0.61% | - |
| HSV(B) | 250.11º | 0.76% | 0.98% | - |
| XYZ | 23.6 | 12.63 | 92.46 | - |
| YUV | 92.23 | 217.6 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 61 | 251 | 0.63 | 0.76 | 0 | 0.02 | 250.11 | 0.96 | 0.61 |
| Hex | 5D | 3D | FB | 3F | 4C | 0 | 2 | FA | 60 | 3D |
| Octal | 135 | 75 | 373 | 77 | 114 | 0 | 2 | 372 | 140 | 75 |
| Binary | 1011101 | 111101 | 11111011 | 111111 | 1001100 | 0 | 10 | 11111010 | 1100000 | 111101 |
Color Harmonies of #5D3DFB
Complementary color
Monochromatic Colors of #5D3DFB
Black with #5D3DFB
Text Example
Text Example
White with #5D3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3DFB; }
p { color: rgb(93,61,251); }
H1.HeaderClassName
{
color: #5D3DFB;
}
.AnyTagClassName
{
color: #5D3DFB;
}
</style>
background-color css
<style>
a { background-color: #5D3DFB; }
a { background-color: rgb(93,61,251); }
div.DivClassName
{
background-color: #5D3DFB;
}
.BgClassName
{
background-color: #5D3DFB;
}
</style>
border-color css
<style>
span { border-color: #5D3DFB; }
span { border-color: rgb(93,61,251); }
td.TdClassName
{
border-color: #5D3DFB;
}
.TagClassName
{
border-color: #5D3DFB;
}
</style>