Shades of Neon Blue #5344FD
Tints of Neon Blue #5344FD
RGB
CMYK
RGB Variations
Color information
#5344FD (or 0x5344FD) is known color: Neon Blue. HEX triplet: 53, 44 and FD. RGB value is (83,68,253). Sum of RGB (Red+Green+Blue) = 83+68+253=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #5344FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5344FD is #ACBB02. Grayscale: #5C5C5C. Windows color (decimal): -11320067 or 16598099. OLE color: 16598099.
HSL color Cylindrical-coordinate representation of color #5344FD: hue angle of 244.86º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5344FD is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 68 | 253 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.01 |
| HSL | 244.86º | 0.98% | 0.63% | - |
| HSV(B) | 244.86º | 0.73% | 0.99% | - |
| XYZ | 23.36 | 13.07 | 94.22 | - |
| YUV | 93.58 | 217.97 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 253 | 0.67 | 0.73 | 0 | 0.01 | 244.86 | 0.98 | 0.63 |
| Hex | 53 | 44 | FD | 43 | 49 | 0 | 1 | F5 | 62 | 3F |
| Octal | 123 | 104 | 375 | 103 | 111 | 0 | 1 | 365 | 142 | 77 |
| Binary | 1010011 | 1000100 | 11111101 | 1000011 | 1001001 | 0 | 1 | 11110101 | 1100010 | 111111 |
Color Harmonies of #5344FD
Complementary color
Monochromatic Colors of #5344FD
Black with #5344FD
Text Example
Text Example
White with #5344FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5344FD; }
p { color: rgb(83,68,253); }
H1.HeaderClassName
{
color: #5344FD;
}
.AnyTagClassName
{
color: #5344FD;
}
</style>
background-color css
<style>
a { background-color: #5344FD; }
a { background-color: rgb(83,68,253); }
div.DivClassName
{
background-color: #5344FD;
}
.BgClassName
{
background-color: #5344FD;
}
</style>
border-color css
<style>
span { border-color: #5344FD; }
span { border-color: rgb(83,68,253); }
td.TdClassName
{
border-color: #5344FD;
}
.TagClassName
{
border-color: #5344FD;
}
</style>