Shades of Neon Blue #5344FC
Tints of Neon Blue #5344FC
RGB
CMYK
RGB Variations
Color information
#5344FC (or 0x5344FC) is known color: Neon Blue. HEX triplet: 53, 44 and FC. RGB value is (83,68,252). Sum of RGB (Red+Green+Blue) = 83+68+252=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #5344FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5344FC is #ACBB03. Grayscale: #5C5C5C. Windows color (decimal): -11320068 or 16532563. OLE color: 16532563.
HSL color Cylindrical-coordinate representation of color #5344FC: hue angle of 244.89º degrees, saturation: 0.97, 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 #5344FC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 68 | 252 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.01 |
| HSL | 244.89º | 0.97% | 0.63% | - |
| HSV(B) | 244.89º | 0.73% | 0.99% | - |
| XYZ | 23.21 | 13 | 93.38 | - |
| YUV | 93.46 | 217.47 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 252 | 0.67 | 0.73 | 0 | 0.01 | 244.89 | 0.97 | 0.63 |
| Hex | 53 | 44 | FC | 43 | 49 | 0 | 1 | F5 | 61 | 3F |
| Octal | 123 | 104 | 374 | 103 | 111 | 0 | 1 | 365 | 141 | 77 |
| Binary | 1010011 | 1000100 | 11111100 | 1000011 | 1001001 | 0 | 1 | 11110101 | 1100001 | 111111 |
Color Harmonies of #5344FC
Complementary color
Monochromatic Colors of #5344FC
Black with #5344FC
Text Example
Text Example
White with #5344FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5344FC; }
p { color: rgb(83,68,252); }
H1.HeaderClassName
{
color: #5344FC;
}
.AnyTagClassName
{
color: #5344FC;
}
</style>
background-color css
<style>
a { background-color: #5344FC; }
a { background-color: rgb(83,68,252); }
div.DivClassName
{
background-color: #5344FC;
}
.BgClassName
{
background-color: #5344FC;
}
</style>
border-color css
<style>
span { border-color: #5344FC; }
span { border-color: rgb(83,68,252); }
td.TdClassName
{
border-color: #5344FC;
}
.TagClassName
{
border-color: #5344FC;
}
</style>