Shades of Neon Blue #5357FA
Tints of Neon Blue #5357FA
RGB
CMYK
RGB Variations
Color information
#5357FA (or 0x5357FA) is known color: Neon Blue. HEX triplet: 53, 57 and FA. RGB value is (83,87,250). Sum of RGB (Red+Green+Blue) = 83+87+250=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #5357FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5357FA is #ACA805. Grayscale: #676767. Windows color (decimal): -11315206 or 16406355. OLE color: 16406355.
HSL color Cylindrical-coordinate representation of color #5357FA: hue angle of 238.56º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5357FA is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 87 | 250 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.02 |
| HSL | 238.56º | 0.94% | 0.65% | - |
| HSV(B) | 238.56º | 0.67% | 0.98% | - |
| XYZ | 24.23 | 15.56 | 92.17 | - |
| YUV | 104.39 | 210.17 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 250 | 0.67 | 0.65 | 0 | 0.02 | 238.56 | 0.94 | 0.65 |
| Hex | 53 | 57 | FA | 43 | 41 | 0 | 2 | EF | 5E | 41 |
| Octal | 123 | 127 | 372 | 103 | 101 | 0 | 2 | 357 | 136 | 101 |
| Binary | 1010011 | 1010111 | 11111010 | 1000011 | 1000001 | 0 | 10 | 11101111 | 1011110 | 1000001 |
Color Harmonies of #5357FA
Complementary color
Monochromatic Colors of #5357FA
Black with #5357FA
Text Example
Text Example
White with #5357FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5357FA; }
p { color: rgb(83,87,250); }
H1.HeaderClassName
{
color: #5357FA;
}
.AnyTagClassName
{
color: #5357FA;
}
</style>
background-color css
<style>
a { background-color: #5357FA; }
a { background-color: rgb(83,87,250); }
div.DivClassName
{
background-color: #5357FA;
}
.BgClassName
{
background-color: #5357FA;
}
</style>
border-color css
<style>
span { border-color: #5357FA; }
span { border-color: rgb(83,87,250); }
td.TdClassName
{
border-color: #5357FA;
}
.TagClassName
{
border-color: #5357FA;
}
</style>