Shades of Neon Blue #5364FF
Tints of Neon Blue #5364FF
RGB
CMYK
RGB Variations
Color information
#5364FF (or 0x5364FF) is known color: Neon Blue. HEX triplet: 53, 64 and FF. RGB value is (83,100,255). Sum of RGB (Red+Green+Blue) = 83+100+255=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5364FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FF is #AC9B00. Grayscale: #6F6F6F. Windows color (decimal): -11311873 or 16737363. OLE color: 16737363.
HSL color Cylindrical-coordinate representation of color #5364FF: hue angle of 234.07º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5364FF is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 100 | 255 | - |
| CMYK | 0.67 | 0.61 | 0 | 0 |
| HSL | 234.07º | 1% | 0.66% | - |
| HSV(B) | 234.07º | 0.67% | 1% | - |
| XYZ | 26.17 | 18.17 | 96.74 | - |
| YUV | 112.59 | 208.37 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 255 | 0.67 | 0.61 | 0 | 0 | 234.07 | 1 | 0.66 |
| Hex | 53 | 64 | FF | 43 | 3D | 0 | 0 | EA | 64 | 42 |
| Octal | 123 | 144 | 377 | 103 | 75 | 0 | 0 | 352 | 144 | 102 |
| Binary | 1010011 | 1100100 | 11111111 | 1000011 | 111101 | 0 | 0 | 11101010 | 1100100 | 1000010 |
Color Harmonies of #5364FF
Complementary color
Monochromatic Colors of #5364FF
Black with #5364FF
Text Example
Text Example
White with #5364FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5364FF; }
p { color: rgb(83,100,255); }
H1.HeaderClassName
{
color: #5364FF;
}
.AnyTagClassName
{
color: #5364FF;
}
</style>
background-color css
<style>
a { background-color: #5364FF; }
a { background-color: rgb(83,100,255); }
div.DivClassName
{
background-color: #5364FF;
}
.BgClassName
{
background-color: #5364FF;
}
</style>
border-color css
<style>
span { border-color: #5364FF; }
span { border-color: rgb(83,100,255); }
td.TdClassName
{
border-color: #5364FF;
}
.TagClassName
{
border-color: #5364FF;
}
</style>