Shades of Neon Blue #5334FB
Tints of Neon Blue #5334FB
RGB
CMYK
RGB Variations
Color information
#5334FB (or 0x5334FB) is known color: Neon Blue. HEX triplet: 53, 34 and FB. RGB value is (83,52,251). Sum of RGB (Red+Green+Blue) = 83+52+251=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #5334FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5334FB is #ACCB04. Grayscale: #535353. Windows color (decimal): -11324165 or 16462931. OLE color: 16462931.
HSL color Cylindrical-coordinate representation of color #5334FB: hue angle of 249.35º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5334FB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 52 | 251 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.02 |
| HSL | 249.35º | 0.96% | 0.59% | - |
| HSV(B) | 249.35º | 0.79% | 0.98% | - |
| XYZ | 22.21 | 11.26 | 92.27 | - |
| YUV | 83.96 | 222.27 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 251 | 0.67 | 0.79 | 0 | 0.02 | 249.35 | 0.96 | 0.59 |
| Hex | 53 | 34 | FB | 43 | 4F | 0 | 2 | F9 | 60 | 3B |
| Octal | 123 | 64 | 373 | 103 | 117 | 0 | 2 | 371 | 140 | 73 |
| Binary | 1010011 | 110100 | 11111011 | 1000011 | 1001111 | 0 | 10 | 11111001 | 1100000 | 111011 |
Color Harmonies of #5334FB
Complementary color
Monochromatic Colors of #5334FB
Black with #5334FB
Text Example
Text Example
White with #5334FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334FB; }
p { color: rgb(83,52,251); }
H1.HeaderClassName
{
color: #5334FB;
}
.AnyTagClassName
{
color: #5334FB;
}
</style>
background-color css
<style>
a { background-color: #5334FB; }
a { background-color: rgb(83,52,251); }
div.DivClassName
{
background-color: #5334FB;
}
.BgClassName
{
background-color: #5334FB;
}
</style>
border-color css
<style>
span { border-color: #5334FB; }
span { border-color: rgb(83,52,251); }
td.TdClassName
{
border-color: #5334FB;
}
.TagClassName
{
border-color: #5334FB;
}
</style>