Shades of Neon Blue #5341FD
Tints of Neon Blue #5341FD
RGB
CMYK
RGB Variations
Color information
#5341FD (or 0x5341FD) is known color: Neon Blue. HEX triplet: 53, 41 and FD. RGB value is (83,65,253). Sum of RGB (Red+Green+Blue) = 83+65+253=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #5341FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5341FD is #ACBE02. Grayscale: #5B5B5B. Windows color (decimal): -11320835 or 16597331. OLE color: 16597331.
HSL color Cylindrical-coordinate representation of color #5341FD: hue angle of 245.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5341FD is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 65 | 253 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.01 |
| HSL | 245.74º | 0.98% | 0.62% | - |
| HSV(B) | 245.74º | 0.74% | 0.99% | - |
| XYZ | 23.19 | 12.71 | 94.16 | - |
| YUV | 91.81 | 218.96 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 253 | 0.67 | 0.74 | 0 | 0.01 | 245.74 | 0.98 | 0.62 |
| Hex | 53 | 41 | FD | 43 | 4A | 0 | 1 | F6 | 62 | 3E |
| Octal | 123 | 101 | 375 | 103 | 112 | 0 | 1 | 366 | 142 | 76 |
| Binary | 1010011 | 1000001 | 11111101 | 1000011 | 1001010 | 0 | 1 | 11110110 | 1100010 | 111110 |
Color Harmonies of #5341FD
Complementary color
Monochromatic Colors of #5341FD
Black with #5341FD
Text Example
Text Example
White with #5341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341FD; }
p { color: rgb(83,65,253); }
H1.HeaderClassName
{
color: #5341FD;
}
.AnyTagClassName
{
color: #5341FD;
}
</style>
background-color css
<style>
a { background-color: #5341FD; }
a { background-color: rgb(83,65,253); }
div.DivClassName
{
background-color: #5341FD;
}
.BgClassName
{
background-color: #5341FD;
}
</style>
border-color css
<style>
span { border-color: #5341FD; }
span { border-color: rgb(83,65,253); }
td.TdClassName
{
border-color: #5341FD;
}
.TagClassName
{
border-color: #5341FD;
}
</style>