Shades of Neon Blue #5355EB
Tints of Neon Blue #5355EB
RGB
CMYK
RGB Variations
Color information
#5355EB (or 0x5355EB) is known color: Neon Blue. HEX triplet: 53, 55 and EB. RGB value is (83,85,235). Sum of RGB (Red+Green+Blue) = 83+85+235=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #5355EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355EB is #ACAA14. Grayscale: #646464. Windows color (decimal): -11315733 or 15422803. OLE color: 15422803.
HSL color Cylindrical-coordinate representation of color #5355EB: hue angle of 239.21º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5355EB is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 85 | 235 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.08 |
| HSL | 239.21º | 0.79% | 0.62% | - |
| HSV(B) | 239.21º | 0.65% | 0.92% | - |
| XYZ | 21.81 | 14.33 | 80.21 | - |
| YUV | 101.5 | 203.34 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 235 | 0.65 | 0.64 | 0 | 0.08 | 239.21 | 0.79 | 0.62 |
| Hex | 53 | 55 | EB | 41 | 40 | 0 | 8 | EF | 4F | 3E |
| Octal | 123 | 125 | 353 | 101 | 100 | 0 | 10 | 357 | 117 | 76 |
| Binary | 1010011 | 1010101 | 11101011 | 1000001 | 1000000 | 0 | 1000 | 11101111 | 1001111 | 111110 |
Color Harmonies of #5355EB
Complementary color
Monochromatic Colors of #5355EB
Black with #5355EB
Text Example
Text Example
White with #5355EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355EB; }
p { color: rgb(83,85,235); }
H1.HeaderClassName
{
color: #5355EB;
}
.AnyTagClassName
{
color: #5355EB;
}
</style>
background-color css
<style>
a { background-color: #5355EB; }
a { background-color: rgb(83,85,235); }
div.DivClassName
{
background-color: #5355EB;
}
.BgClassName
{
background-color: #5355EB;
}
</style>
border-color css
<style>
span { border-color: #5355EB; }
span { border-color: rgb(83,85,235); }
td.TdClassName
{
border-color: #5355EB;
}
.TagClassName
{
border-color: #5355EB;
}
</style>