Shades of Neon Blue #5350E8
Tints of Neon Blue #5350E8
RGB
CMYK
RGB Variations
Color information
#5350E8 (or 0x5350E8) is known color: Neon Blue. HEX triplet: 53, 50 and E8. RGB value is (83,80,232). Sum of RGB (Red+Green+Blue) = 83+80+232=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #5350E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5350E8 is #ACAF17. Grayscale: #616161. Windows color (decimal): -11317016 or 15224915. OLE color: 15224915.
HSL color Cylindrical-coordinate representation of color #5350E8: hue angle of 241.18º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5350E8 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 80 | 232 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.09 |
| HSL | 241.18º | 0.77% | 0.61% | - |
| HSV(B) | 241.18º | 0.66% | 0.91% | - |
| XYZ | 21 | 13.4 | 77.82 | - |
| YUV | 98.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 232 | 0.64 | 0.66 | 0 | 0.09 | 241.18 | 0.77 | 0.61 |
| Hex | 53 | 50 | E8 | 40 | 42 | 0 | 9 | F1 | 4D | 3D |
| Octal | 123 | 120 | 350 | 100 | 102 | 0 | 11 | 361 | 115 | 75 |
| Binary | 1010011 | 1010000 | 11101000 | 1000000 | 1000010 | 0 | 1001 | 11110001 | 1001101 | 111101 |
Color Harmonies of #5350E8
Complementary color
Monochromatic Colors of #5350E8
Black with #5350E8
Text Example
Text Example
White with #5350E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350E8; }
p { color: rgb(83,80,232); }
H1.HeaderClassName
{
color: #5350E8;
}
.AnyTagClassName
{
color: #5350E8;
}
</style>
background-color css
<style>
a { background-color: #5350E8; }
a { background-color: rgb(83,80,232); }
div.DivClassName
{
background-color: #5350E8;
}
.BgClassName
{
background-color: #5350E8;
}
</style>
border-color css
<style>
span { border-color: #5350E8; }
span { border-color: rgb(83,80,232); }
td.TdClassName
{
border-color: #5350E8;
}
.TagClassName
{
border-color: #5350E8;
}
</style>