Shades of Neon Blue #5348F5
Tints of Neon Blue #5348F5
RGB
CMYK
RGB Variations
Color information
#5348F5 (or 0x5348F5) is known color: Neon Blue. HEX triplet: 53, 48 and F5. RGB value is (83,72,245). Sum of RGB (Red+Green+Blue) = 83+72+245=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 245 (96.09% from 255 or 61.25% from 400); Max value from RGB is 245 - color contains mainly: blue. Hex color #5348F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5348F5 is #ACB70A. Grayscale: #5E5E5E. Windows color (decimal): -11319051 or 16074835. OLE color: 16074835.
HSL color Cylindrical-coordinate representation of color #5348F5: hue angle of 243.82º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5348F5 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 72 | 245 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.04 |
| HSL | 243.82º | 0.9% | 0.62% | - |
| HSV(B) | 243.82º | 0.71% | 0.96% | - |
| XYZ | 22.37 | 13.07 | 87.73 | - |
| YUV | 95.01 | 212.64 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 245 | 0.66 | 0.71 | 0 | 0.04 | 243.82 | 0.9 | 0.62 |
| Hex | 53 | 48 | F5 | 42 | 47 | 0 | 4 | F4 | 5A | 3E |
| Octal | 123 | 110 | 365 | 102 | 107 | 0 | 4 | 364 | 132 | 76 |
| Binary | 1010011 | 1001000 | 11110101 | 1000010 | 1000111 | 0 | 100 | 11110100 | 1011010 | 111110 |
Color Harmonies of #5348F5
Complementary color
Monochromatic Colors of #5348F5
Black with #5348F5
Text Example
Text Example
White with #5348F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5348F5; }
p { color: rgb(83,72,245); }
H1.HeaderClassName
{
color: #5348F5;
}
.AnyTagClassName
{
color: #5348F5;
}
</style>
background-color css
<style>
a { background-color: #5348F5; }
a { background-color: rgb(83,72,245); }
div.DivClassName
{
background-color: #5348F5;
}
.BgClassName
{
background-color: #5348F5;
}
</style>
border-color css
<style>
span { border-color: #5348F5; }
span { border-color: rgb(83,72,245); }
td.TdClassName
{
border-color: #5348F5;
}
.TagClassName
{
border-color: #5348F5;
}
</style>