Shades of Neon Blue #5350EB
Tints of Neon Blue #5350EB
RGB
CMYK
RGB Variations
Color information
#5350EB (or 0x5350EB) is known color: Neon Blue. HEX triplet: 53, 50 and EB. RGB value is (83,80,235). Sum of RGB (Red+Green+Blue) = 83+80+235=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #5350EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5350EB is #ACAF14. Grayscale: #616161. Windows color (decimal): -11317013 or 15421523. OLE color: 15421523.
HSL color Cylindrical-coordinate representation of color #5350EB: hue angle of 241.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5350EB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 80 | 235 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.08 |
| HSL | 241.16º | 0.79% | 0.62% | - |
| HSV(B) | 241.16º | 0.66% | 0.92% | - |
| XYZ | 21.43 | 13.57 | 80.09 | - |
| YUV | 98.57 | 204.99 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 235 | 0.65 | 0.66 | 0 | 0.08 | 241.16 | 0.79 | 0.62 |
| Hex | 53 | 50 | EB | 41 | 42 | 0 | 8 | F1 | 4F | 3E |
| Octal | 123 | 120 | 353 | 101 | 102 | 0 | 10 | 361 | 117 | 76 |
| Binary | 1010011 | 1010000 | 11101011 | 1000001 | 1000010 | 0 | 1000 | 11110001 | 1001111 | 111110 |
Color Harmonies of #5350EB
Complementary color
Monochromatic Colors of #5350EB
Black with #5350EB
Text Example
Text Example
White with #5350EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350EB; }
p { color: rgb(83,80,235); }
H1.HeaderClassName
{
color: #5350EB;
}
.AnyTagClassName
{
color: #5350EB;
}
</style>
background-color css
<style>
a { background-color: #5350EB; }
a { background-color: rgb(83,80,235); }
div.DivClassName
{
background-color: #5350EB;
}
.BgClassName
{
background-color: #5350EB;
}
</style>
border-color css
<style>
span { border-color: #5350EB; }
span { border-color: rgb(83,80,235); }
td.TdClassName
{
border-color: #5350EB;
}
.TagClassName
{
border-color: #5350EB;
}
</style>