Shades of Neon Blue #5E3DFB
Tints of Neon Blue #5E3DFB
RGB
CMYK
RGB Variations
Color information
#5E3DFB (or 0x5E3DFB) is known color: Neon Blue. HEX triplet: 5E, 3D and FB. RGB value is (94,61,251). Sum of RGB (Red+Green+Blue) = 94+61+251=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E3DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3DFB is #A1C204. Grayscale: #5B5B5B. Windows color (decimal): -10600965 or 16465246. OLE color: 16465246.
HSL color Cylindrical-coordinate representation of color #5E3DFB: hue angle of 250.42º 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 #5E3DFB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 61 | 251 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.02 |
| HSL | 250.42º | 0.96% | 0.61% | - |
| HSV(B) | 250.42º | 0.76% | 0.98% | - |
| XYZ | 23.7 | 12.68 | 92.47 | - |
| YUV | 92.53 | 217.43 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 251 | 0.63 | 0.76 | 0 | 0.02 | 250.42 | 0.96 | 0.61 |
| Hex | 5E | 3D | FB | 3F | 4C | 0 | 2 | FA | 60 | 3D |
| Octal | 136 | 75 | 373 | 77 | 114 | 0 | 2 | 372 | 140 | 75 |
| Binary | 1011110 | 111101 | 11111011 | 111111 | 1001100 | 0 | 10 | 11111010 | 1100000 | 111101 |
Color Harmonies of #5E3DFB
Complementary color
Monochromatic Colors of #5E3DFB
Black with #5E3DFB
Text Example
Text Example
White with #5E3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3DFB; }
p { color: rgb(94,61,251); }
H1.HeaderClassName
{
color: #5E3DFB;
}
.AnyTagClassName
{
color: #5E3DFB;
}
</style>
background-color css
<style>
a { background-color: #5E3DFB; }
a { background-color: rgb(94,61,251); }
div.DivClassName
{
background-color: #5E3DFB;
}
.BgClassName
{
background-color: #5E3DFB;
}
</style>
border-color css
<style>
span { border-color: #5E3DFB; }
span { border-color: rgb(94,61,251); }
td.TdClassName
{
border-color: #5E3DFB;
}
.TagClassName
{
border-color: #5E3DFB;
}
</style>