Shades of Neon Blue #5341FF
Tints of Neon Blue #5341FF
RGB
CMYK
RGB Variations
Color information
#5341FF (or 0x5341FF) is known color: Neon Blue. HEX triplet: 53, 41 and FF. RGB value is (83,65,255). Sum of RGB (Red+Green+Blue) = 83+65+255=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #5341FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5341FF is #ACBE00. Grayscale: #5B5B5B. Windows color (decimal): -11320833 or 16728403. OLE color: 16728403.
HSL color Cylindrical-coordinate representation of color #5341FF: hue angle of 245.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5341FF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 65 | 255 | - |
| CMYK | 0.67 | 0.75 | 0 | 0 |
| HSL | 245.68º | 1% | 0.63% | - |
| HSV(B) | 245.68º | 0.75% | 1% | - |
| XYZ | 23.51 | 12.84 | 95.85 | - |
| YUV | 92.04 | 219.96 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 255 | 0.67 | 0.75 | 0 | 0 | 245.68 | 1 | 0.63 |
| Hex | 53 | 41 | FF | 43 | 4B | 0 | 0 | F6 | 64 | 3F |
| Octal | 123 | 101 | 377 | 103 | 113 | 0 | 0 | 366 | 144 | 77 |
| Binary | 1010011 | 1000001 | 11111111 | 1000011 | 1001011 | 0 | 0 | 11110110 | 1100100 | 111111 |
Color Harmonies of #5341FF
Complementary color
Monochromatic Colors of #5341FF
Black with #5341FF
Text Example
Text Example
White with #5341FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341FF; }
p { color: rgb(83,65,255); }
H1.HeaderClassName
{
color: #5341FF;
}
.AnyTagClassName
{
color: #5341FF;
}
</style>
background-color css
<style>
a { background-color: #5341FF; }
a { background-color: rgb(83,65,255); }
div.DivClassName
{
background-color: #5341FF;
}
.BgClassName
{
background-color: #5341FF;
}
</style>
border-color css
<style>
span { border-color: #5341FF; }
span { border-color: rgb(83,65,255); }
td.TdClassName
{
border-color: #5341FF;
}
.TagClassName
{
border-color: #5341FF;
}
</style>