Shades of Neon Blue #5E53F9
Tints of Neon Blue #5E53F9
RGB
CMYK
RGB Variations
Color information
#5E53F9 (or 0x5E53F9) is known color: Neon Blue. HEX triplet: 5E, 53 and F9. RGB value is (94,83,249). Sum of RGB (Red+Green+Blue) = 94+83+249=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E53F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E53F9 is #A1AC06. Grayscale: #686868. Windows color (decimal): -10595335 or 16339806. OLE color: 16339806.
HSL color Cylindrical-coordinate representation of color #5E53F9: hue angle of 243.98º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E53F9 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 83 | 249 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.02 |
| HSL | 243.98º | 0.93% | 0.65% | - |
| HSV(B) | 243.98º | 0.67% | 0.98% | - |
| XYZ | 24.81 | 15.41 | 91.29 | - |
| YUV | 105.21 | 209.14 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 249 | 0.62 | 0.67 | 0 | 0.02 | 243.98 | 0.93 | 0.65 |
| Hex | 5E | 53 | F9 | 3E | 43 | 0 | 2 | F4 | 5D | 41 |
| Octal | 136 | 123 | 371 | 76 | 103 | 0 | 2 | 364 | 135 | 101 |
| Binary | 1011110 | 1010011 | 11111001 | 111110 | 1000011 | 0 | 10 | 11110100 | 1011101 | 1000001 |
Color Harmonies of #5E53F9
Complementary color
Monochromatic Colors of #5E53F9
Black with #5E53F9
Text Example
Text Example
White with #5E53F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E53F9; }
p { color: rgb(94,83,249); }
H1.HeaderClassName
{
color: #5E53F9;
}
.AnyTagClassName
{
color: #5E53F9;
}
</style>
background-color css
<style>
a { background-color: #5E53F9; }
a { background-color: rgb(94,83,249); }
div.DivClassName
{
background-color: #5E53F9;
}
.BgClassName
{
background-color: #5E53F9;
}
</style>
border-color css
<style>
span { border-color: #5E53F9; }
span { border-color: rgb(94,83,249); }
td.TdClassName
{
border-color: #5E53F9;
}
.TagClassName
{
border-color: #5E53F9;
}
</style>