Shades of Neon Blue #5368FA
Tints of Neon Blue #5368FA
RGB
CMYK
RGB Variations
Color information
#5368FA (or 0x5368FA) is known color: Neon Blue. HEX triplet: 53, 68 and FA. RGB value is (83,104,250). Sum of RGB (Red+Green+Blue) = 83+104+250=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #5368FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5368FA is #AC9705. Grayscale: #717171. Windows color (decimal): -11310854 or 16410707. OLE color: 16410707.
HSL color Cylindrical-coordinate representation of color #5368FA: hue angle of 232.46º 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 #5368FA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 104 | 250 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.02 |
| HSL | 232.46º | 0.94% | 0.65% | - |
| HSV(B) | 232.46º | 0.67% | 0.98% | - |
| XYZ | 25.77 | 18.64 | 92.68 | - |
| YUV | 114.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 250 | 0.67 | 0.58 | 0 | 0.02 | 232.46 | 0.94 | 0.65 |
| Hex | 53 | 68 | FA | 43 | 3A | 0 | 2 | E8 | 5E | 41 |
| Octal | 123 | 150 | 372 | 103 | 72 | 0 | 2 | 350 | 136 | 101 |
| Binary | 1010011 | 1101000 | 11111010 | 1000011 | 111010 | 0 | 10 | 11101000 | 1011110 | 1000001 |
Color Harmonies of #5368FA
Complementary color
Monochromatic Colors of #5368FA
Black with #5368FA
Text Example
Text Example
White with #5368FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368FA; }
p { color: rgb(83,104,250); }
H1.HeaderClassName
{
color: #5368FA;
}
.AnyTagClassName
{
color: #5368FA;
}
</style>
background-color css
<style>
a { background-color: #5368FA; }
a { background-color: rgb(83,104,250); }
div.DivClassName
{
background-color: #5368FA;
}
.BgClassName
{
background-color: #5368FA;
}
</style>
border-color css
<style>
span { border-color: #5368FA; }
span { border-color: rgb(83,104,250); }
td.TdClassName
{
border-color: #5368FA;
}
.TagClassName
{
border-color: #5368FA;
}
</style>