Shades of Neon Blue #5364FA
Tints of Neon Blue #5364FA
RGB
CMYK
RGB Variations
Color information
#5364FA (or 0x5364FA) is known color: Neon Blue. HEX triplet: 53, 64 and FA. RGB value is (83,100,250). Sum of RGB (Red+Green+Blue) = 83+100+250=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5364FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FA is #AC9B05. Grayscale: #6F6F6F. Windows color (decimal): -11311878 or 16409683. OLE color: 16409683.
HSL color Cylindrical-coordinate representation of color #5364FA: hue angle of 233.89º 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 #5364FA is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 100 | 250 | - |
| CMYK | 0.67 | 0.6 | 0 | 0.02 |
| HSL | 233.89º | 0.94% | 0.65% | - |
| HSV(B) | 233.89º | 0.67% | 0.98% | - |
| XYZ | 25.38 | 17.86 | 92.55 | - |
| YUV | 112.02 | 205.87 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 250 | 0.67 | 0.6 | 0 | 0.02 | 233.89 | 0.94 | 0.65 |
| Hex | 53 | 64 | FA | 43 | 3C | 0 | 2 | EA | 5E | 41 |
| Octal | 123 | 144 | 372 | 103 | 74 | 0 | 2 | 352 | 136 | 101 |
| Binary | 1010011 | 1100100 | 11111010 | 1000011 | 111100 | 0 | 10 | 11101010 | 1011110 | 1000001 |
Color Harmonies of #5364FA
Complementary color
Monochromatic Colors of #5364FA
Black with #5364FA
Text Example
Text Example
White with #5364FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5364FA; }
p { color: rgb(83,100,250); }
H1.HeaderClassName
{
color: #5364FA;
}
.AnyTagClassName
{
color: #5364FA;
}
</style>
background-color css
<style>
a { background-color: #5364FA; }
a { background-color: rgb(83,100,250); }
div.DivClassName
{
background-color: #5364FA;
}
.BgClassName
{
background-color: #5364FA;
}
</style>
border-color css
<style>
span { border-color: #5364FA; }
span { border-color: rgb(83,100,250); }
td.TdClassName
{
border-color: #5364FA;
}
.TagClassName
{
border-color: #5364FA;
}
</style>