Shades of Neon Blue #5364FB
Tints of Neon Blue #5364FB
RGB
CMYK
RGB Variations
Color information
#5364FB (or 0x5364FB) is known color: Neon Blue. HEX triplet: 53, 64 and FB. RGB value is (83,100,251). Sum of RGB (Red+Green+Blue) = 83+100+251=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #5364FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FB is #AC9B04. Grayscale: #6F6F6F. Windows color (decimal): -11311877 or 16475219. OLE color: 16475219.
HSL color Cylindrical-coordinate representation of color #5364FB: hue angle of 233.93º degrees, saturation: 0.95, 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 #5364FB is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 100 | 251 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.02 |
| HSL | 233.93º | 0.95% | 0.65% | - |
| HSV(B) | 233.93º | 0.67% | 0.98% | - |
| XYZ | 25.54 | 17.92 | 93.38 | - |
| YUV | 112.13 | 206.37 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 251 | 0.67 | 0.60 | 0 | 0.02 | 233.93 | 0.95 | 0.65 |
| Hex | 53 | 64 | FB | 43 | 3C | 0 | 2 | EA | 5F | 41 |
| Octal | 123 | 144 | 373 | 103 | 74 | 0 | 2 | 352 | 137 | 101 |
| Binary | 1010011 | 1100100 | 11111011 | 1000011 | 111100 | 0 | 10 | 11101010 | 1011111 | 1000001 |
Color Harmonies of #5364FB
Complementary color
Monochromatic Colors of #5364FB
Black with #5364FB
Text Example
Text Example
White with #5364FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5364FB; }
p { color: rgb(83,100,251); }
H1.HeaderClassName
{
color: #5364FB;
}
.AnyTagClassName
{
color: #5364FB;
}
</style>
background-color css
<style>
a { background-color: #5364FB; }
a { background-color: rgb(83,100,251); }
div.DivClassName
{
background-color: #5364FB;
}
.BgClassName
{
background-color: #5364FB;
}
</style>
border-color css
<style>
span { border-color: #5364FB; }
span { border-color: rgb(83,100,251); }
td.TdClassName
{
border-color: #5364FB;
}
.TagClassName
{
border-color: #5364FB;
}
</style>