Shades of Neon Blue #5355EF
Tints of Neon Blue #5355EF
RGB
CMYK
RGB Variations
Color information
#5355EF (or 0x5355EF) is known color: Neon Blue. HEX triplet: 53, 55 and EF. RGB value is (83,85,239). Sum of RGB (Red+Green+Blue) = 83+85+239=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #5355EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355EF is #ACAA10. Grayscale: #656565. Windows color (decimal): -11315729 or 15684947. OLE color: 15684947.
HSL color Cylindrical-coordinate representation of color #5355EF: hue angle of 239.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5355EF is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 85 | 239 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.06 |
| HSL | 239.23º | 0.83% | 0.63% | - |
| HSV(B) | 239.23º | 0.65% | 0.94% | - |
| XYZ | 22.4 | 14.57 | 83.29 | - |
| YUV | 101.96 | 205.34 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 239 | 0.65 | 0.64 | 0 | 0.06 | 239.23 | 0.83 | 0.63 |
| Hex | 53 | 55 | EF | 41 | 40 | 0 | 6 | EF | 53 | 3F |
| Octal | 123 | 125 | 357 | 101 | 100 | 0 | 6 | 357 | 123 | 77 |
| Binary | 1010011 | 1010101 | 11101111 | 1000001 | 1000000 | 0 | 110 | 11101111 | 1010011 | 111111 |
Color Harmonies of #5355EF
Complementary color
Monochromatic Colors of #5355EF
Black with #5355EF
Text Example
Text Example
White with #5355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355EF; }
p { color: rgb(83,85,239); }
H1.HeaderClassName
{
color: #5355EF;
}
.AnyTagClassName
{
color: #5355EF;
}
</style>
background-color css
<style>
a { background-color: #5355EF; }
a { background-color: rgb(83,85,239); }
div.DivClassName
{
background-color: #5355EF;
}
.BgClassName
{
background-color: #5355EF;
}
</style>
border-color css
<style>
span { border-color: #5355EF; }
span { border-color: rgb(83,85,239); }
td.TdClassName
{
border-color: #5355EF;
}
.TagClassName
{
border-color: #5355EF;
}
</style>