Shades of Neon Blue #5E3CFA
Tints of Neon Blue #5E3CFA
RGB
CMYK
RGB Variations
Color information
#5E3CFA (or 0x5E3CFA) is known color: Neon Blue. HEX triplet: 5E, 3C and FA. RGB value is (94,60,250). Sum of RGB (Red+Green+Blue) = 94+60+250=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E3CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3CFA is #A1C305. Grayscale: #5B5B5B. Windows color (decimal): -10601222 or 16399454. OLE color: 16399454.
HSL color Cylindrical-coordinate representation of color #5E3CFA: hue angle of 250.74º degrees, saturation: 0.95, 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 #5E3CFA is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 60 | 250 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.02 |
| HSL | 250.74º | 0.95% | 0.61% | - |
| HSV(B) | 250.74º | 0.76% | 0.98% | - |
| XYZ | 23.49 | 12.51 | 91.62 | - |
| YUV | 91.83 | 217.26 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 250 | 0.62 | 0.76 | 0 | 0.02 | 250.74 | 0.95 | 0.61 |
| Hex | 5E | 3C | FA | 3E | 4C | 0 | 2 | FB | 5F | 3D |
| Octal | 136 | 74 | 372 | 76 | 114 | 0 | 2 | 373 | 137 | 75 |
| Binary | 1011110 | 111100 | 11111010 | 111110 | 1001100 | 0 | 10 | 11111011 | 1011111 | 111101 |
Color Harmonies of #5E3CFA
Complementary color
Monochromatic Colors of #5E3CFA
Black with #5E3CFA
Text Example
Text Example
White with #5E3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CFA; }
p { color: rgb(94,60,250); }
H1.HeaderClassName
{
color: #5E3CFA;
}
.AnyTagClassName
{
color: #5E3CFA;
}
</style>
background-color css
<style>
a { background-color: #5E3CFA; }
a { background-color: rgb(94,60,250); }
div.DivClassName
{
background-color: #5E3CFA;
}
.BgClassName
{
background-color: #5E3CFA;
}
</style>
border-color css
<style>
span { border-color: #5E3CFA; }
span { border-color: rgb(94,60,250); }
td.TdClassName
{
border-color: #5E3CFA;
}
.TagClassName
{
border-color: #5E3CFA;
}
</style>