Shades of Neon Blue #5346FA
Tints of Neon Blue #5346FA
RGB
CMYK
RGB Variations
Color information
#5346FA (or 0x5346FA) is known color: Neon Blue. HEX triplet: 53, 46 and FA. RGB value is (83,70,250). Sum of RGB (Red+Green+Blue) = 83+70+250=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #5346FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5346FA is #ACB905. Grayscale: #5D5D5D. Windows color (decimal): -11319558 or 16402003. OLE color: 16402003.
HSL color Cylindrical-coordinate representation of color #5346FA: hue angle of 244.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5346FA is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 70 | 250 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.02 |
| HSL | 244.33º | 0.95% | 0.63% | - |
| HSV(B) | 244.33º | 0.72% | 0.98% | - |
| XYZ | 23.01 | 13.12 | 91.76 | - |
| YUV | 94.41 | 215.81 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 250 | 0.67 | 0.72 | 0 | 0.02 | 244.33 | 0.95 | 0.63 |
| Hex | 53 | 46 | FA | 43 | 48 | 0 | 2 | F4 | 5F | 3F |
| Octal | 123 | 106 | 372 | 103 | 110 | 0 | 2 | 364 | 137 | 77 |
| Binary | 1010011 | 1000110 | 11111010 | 1000011 | 1001000 | 0 | 10 | 11110100 | 1011111 | 111111 |
Color Harmonies of #5346FA
Complementary color
Monochromatic Colors of #5346FA
Black with #5346FA
Text Example
Text Example
White with #5346FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5346FA; }
p { color: rgb(83,70,250); }
H1.HeaderClassName
{
color: #5346FA;
}
.AnyTagClassName
{
color: #5346FA;
}
</style>
background-color css
<style>
a { background-color: #5346FA; }
a { background-color: rgb(83,70,250); }
div.DivClassName
{
background-color: #5346FA;
}
.BgClassName
{
background-color: #5346FA;
}
</style>
border-color css
<style>
span { border-color: #5346FA; }
span { border-color: rgb(83,70,250); }
td.TdClassName
{
border-color: #5346FA;
}
.TagClassName
{
border-color: #5346FA;
}
</style>