Shades of Neon Blue #5336FF
Tints of Neon Blue #5336FF
RGB
CMYK
RGB Variations
Color information
#5336FF (or 0x5336FF) is known color: Neon Blue. HEX triplet: 53, 36 and FF. RGB value is (83,54,255). Sum of RGB (Red+Green+Blue) = 83+54+255=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #5336FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5336FF is #ACC900. Grayscale: #545454. Windows color (decimal): -11323649 or 16725587. OLE color: 16725587.
HSL color Cylindrical-coordinate representation of color #5336FF: hue angle of 248.66º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5336FF is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 54 | 255 | - |
| CMYK | 0.67 | 0.79 | 0 | 0 |
| HSL | 248.66º | 1% | 0.61% | - |
| HSV(B) | 248.66º | 0.79% | 1% | - |
| XYZ | 22.94 | 11.7 | 95.66 | - |
| YUV | 85.59 | 223.61 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 255 | 0.67 | 0.79 | 0 | 0 | 248.66 | 1 | 0.61 |
| Hex | 53 | 36 | FF | 43 | 4F | 0 | 0 | F9 | 64 | 3D |
| Octal | 123 | 66 | 377 | 103 | 117 | 0 | 0 | 371 | 144 | 75 |
| Binary | 1010011 | 110110 | 11111111 | 1000011 | 1001111 | 0 | 0 | 11111001 | 1100100 | 111101 |
Color Harmonies of #5336FF
Complementary color
Monochromatic Colors of #5336FF
Black with #5336FF
Text Example
Text Example
White with #5336FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5336FF; }
p { color: rgb(83,54,255); }
H1.HeaderClassName
{
color: #5336FF;
}
.AnyTagClassName
{
color: #5336FF;
}
</style>
background-color css
<style>
a { background-color: #5336FF; }
a { background-color: rgb(83,54,255); }
div.DivClassName
{
background-color: #5336FF;
}
.BgClassName
{
background-color: #5336FF;
}
</style>
border-color css
<style>
span { border-color: #5336FF; }
span { border-color: rgb(83,54,255); }
td.TdClassName
{
border-color: #5336FF;
}
.TagClassName
{
border-color: #5336FF;
}
</style>