Shades of Neon Blue #5366FA
Tints of Neon Blue #5366FA
RGB
CMYK
RGB Variations
Color information
#5366FA (or 0x5366FA) is known color: Neon Blue. HEX triplet: 53, 66 and FA. RGB value is (83,102,250). Sum of RGB (Red+Green+Blue) = 83+102+250=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5366FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5366FA is #AC9905. Grayscale: #707070. Windows color (decimal): -11311366 or 16410195. OLE color: 16410195.
HSL color Cylindrical-coordinate representation of color #5366FA: hue angle of 233.17º 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 #5366FA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 102 | 250 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.02 |
| HSL | 233.17º | 0.94% | 0.65% | - |
| HSV(B) | 233.17º | 0.67% | 0.98% | - |
| XYZ | 25.57 | 18.24 | 92.62 | - |
| YUV | 113.19 | 205.21 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 250 | 0.67 | 0.59 | 0 | 0.02 | 233.17 | 0.94 | 0.65 |
| Hex | 53 | 66 | FA | 43 | 3B | 0 | 2 | E9 | 5E | 41 |
| Octal | 123 | 146 | 372 | 103 | 73 | 0 | 2 | 351 | 136 | 101 |
| Binary | 1010011 | 1100110 | 11111010 | 1000011 | 111011 | 0 | 10 | 11101001 | 1011110 | 1000001 |
Color Harmonies of #5366FA
Complementary color
Monochromatic Colors of #5366FA
Black with #5366FA
Text Example
Text Example
White with #5366FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5366FA; }
p { color: rgb(83,102,250); }
H1.HeaderClassName
{
color: #5366FA;
}
.AnyTagClassName
{
color: #5366FA;
}
</style>
background-color css
<style>
a { background-color: #5366FA; }
a { background-color: rgb(83,102,250); }
div.DivClassName
{
background-color: #5366FA;
}
.BgClassName
{
background-color: #5366FA;
}
</style>
border-color css
<style>
span { border-color: #5366FA; }
span { border-color: rgb(83,102,250); }
td.TdClassName
{
border-color: #5366FA;
}
.TagClassName
{
border-color: #5366FA;
}
</style>