Shades of Neon Blue #5347FF
Tints of Neon Blue #5347FF
RGB
CMYK
RGB Variations
Color information
#5347FF (or 0x5347FF) is known color: Neon Blue. HEX triplet: 53, 47 and FF. RGB value is (83,71,255). Sum of RGB (Red+Green+Blue) = 83+71+255=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #5347FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5347FF is #ACB800. Grayscale: #5E5E5E. Windows color (decimal): -11319297 or 16729939. OLE color: 16729939.
HSL color Cylindrical-coordinate representation of color #5347FF: hue angle of 243.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5347FF is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 71 | 255 | - |
| CMYK | 0.67 | 0.72 | 0 | 0 |
| HSL | 243.91º | 1% | 0.64% | - |
| HSV(B) | 243.91º | 0.72% | 1% | - |
| XYZ | 23.87 | 13.57 | 95.97 | - |
| YUV | 95.56 | 217.98 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 255 | 0.67 | 0.72 | 0 | 0 | 243.91 | 1 | 0.64 |
| Hex | 53 | 47 | FF | 43 | 48 | 0 | 0 | F4 | 64 | 40 |
| Octal | 123 | 107 | 377 | 103 | 110 | 0 | 0 | 364 | 144 | 100 |
| Binary | 1010011 | 1000111 | 11111111 | 1000011 | 1001000 | 0 | 0 | 11110100 | 1100100 | 1000000 |
Color Harmonies of #5347FF
Complementary color
Monochromatic Colors of #5347FF
Black with #5347FF
Text Example
Text Example
White with #5347FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5347FF; }
p { color: rgb(83,71,255); }
H1.HeaderClassName
{
color: #5347FF;
}
.AnyTagClassName
{
color: #5347FF;
}
</style>
background-color css
<style>
a { background-color: #5347FF; }
a { background-color: rgb(83,71,255); }
div.DivClassName
{
background-color: #5347FF;
}
.BgClassName
{
background-color: #5347FF;
}
</style>
border-color css
<style>
span { border-color: #5347FF; }
span { border-color: rgb(83,71,255); }
td.TdClassName
{
border-color: #5347FF;
}
.TagClassName
{
border-color: #5347FF;
}
</style>