Shades of Neon Blue #5337FB
Tints of Neon Blue #5337FB
RGB
CMYK
RGB Variations
Color information
#5337FB (or 0x5337FB) is known color: Neon Blue. HEX triplet: 53, 37 and FB. RGB value is (83,55,251). Sum of RGB (Red+Green+Blue) = 83+55+251=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #5337FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5337FB is #ACC804. Grayscale: #545454. Windows color (decimal): -11323397 or 16463699. OLE color: 16463699.
HSL color Cylindrical-coordinate representation of color #5337FB: hue angle of 248.57º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5337FB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 55 | 251 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.02 |
| HSL | 248.57º | 0.96% | 0.6% | - |
| HSV(B) | 248.57º | 0.78% | 0.98% | - |
| XYZ | 22.35 | 11.54 | 92.32 | - |
| YUV | 85.72 | 221.28 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 251 | 0.67 | 0.78 | 0 | 0.02 | 248.57 | 0.96 | 0.6 |
| Hex | 53 | 37 | FB | 43 | 4E | 0 | 2 | F9 | 60 | 3C |
| Octal | 123 | 67 | 373 | 103 | 116 | 0 | 2 | 371 | 140 | 74 |
| Binary | 1010011 | 110111 | 11111011 | 1000011 | 1001110 | 0 | 10 | 11111001 | 1100000 | 111100 |
Color Harmonies of #5337FB
Complementary color
Monochromatic Colors of #5337FB
Black with #5337FB
Text Example
Text Example
White with #5337FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5337FB; }
p { color: rgb(83,55,251); }
H1.HeaderClassName
{
color: #5337FB;
}
.AnyTagClassName
{
color: #5337FB;
}
</style>
background-color css
<style>
a { background-color: #5337FB; }
a { background-color: rgb(83,55,251); }
div.DivClassName
{
background-color: #5337FB;
}
.BgClassName
{
background-color: #5337FB;
}
</style>
border-color css
<style>
span { border-color: #5337FB; }
span { border-color: rgb(83,55,251); }
td.TdClassName
{
border-color: #5337FB;
}
.TagClassName
{
border-color: #5337FB;
}
</style>