Shades of Neon Blue #5350EA
Tints of Neon Blue #5350EA
RGB
CMYK
RGB Variations
Color information
#5350EA (or 0x5350EA) is known color: Neon Blue. HEX triplet: 53, 50 and EA. RGB value is (83,80,234). Sum of RGB (Red+Green+Blue) = 83+80+234=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #5350EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5350EA is #ACAF15. Grayscale: #616161. Windows color (decimal): -11317014 or 15355987. OLE color: 15355987.
HSL color Cylindrical-coordinate representation of color #5350EA: hue angle of 241.17º 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 #5350EA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 80 | 234 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.08 |
| HSL | 241.17º | 0.79% | 0.62% | - |
| HSV(B) | 241.17º | 0.66% | 0.92% | - |
| XYZ | 21.29 | 13.52 | 79.33 | - |
| YUV | 98.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 234 | 0.65 | 0.66 | 0 | 0.08 | 241.17 | 0.79 | 0.62 |
| Hex | 53 | 50 | EA | 41 | 42 | 0 | 8 | F1 | 4F | 3E |
| Octal | 123 | 120 | 352 | 101 | 102 | 0 | 10 | 361 | 117 | 76 |
| Binary | 1010011 | 1010000 | 11101010 | 1000001 | 1000010 | 0 | 1000 | 11110001 | 1001111 | 111110 |
Color Harmonies of #5350EA
Complementary color
Monochromatic Colors of #5350EA
Black with #5350EA
Text Example
Text Example
White with #5350EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350EA; }
p { color: rgb(83,80,234); }
H1.HeaderClassName
{
color: #5350EA;
}
.AnyTagClassName
{
color: #5350EA;
}
</style>
background-color css
<style>
a { background-color: #5350EA; }
a { background-color: rgb(83,80,234); }
div.DivClassName
{
background-color: #5350EA;
}
.BgClassName
{
background-color: #5350EA;
}
</style>
border-color css
<style>
span { border-color: #5350EA; }
span { border-color: rgb(83,80,234); }
td.TdClassName
{
border-color: #5350EA;
}
.TagClassName
{
border-color: #5350EA;
}
</style>