Shades of Neon Blue #5344F9
Tints of Neon Blue #5344F9
RGB
CMYK
RGB Variations
Color information
#5344F9 (or 0x5344F9) is known color: Neon Blue. HEX triplet: 53, 44 and F9. RGB value is (83,68,249). Sum of RGB (Red+Green+Blue) = 83+68+249=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #5344F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5344F9 is #ACBB06. Grayscale: #5C5C5C. Windows color (decimal): -11320071 or 16335955. OLE color: 16335955.
HSL color Cylindrical-coordinate representation of color #5344F9: hue angle of 244.97º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5344F9 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 68 | 249 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.02 |
| HSL | 244.97º | 0.94% | 0.62% | - |
| HSV(B) | 244.97º | 0.73% | 0.98% | - |
| XYZ | 22.73 | 12.81 | 90.9 | - |
| YUV | 93.12 | 215.97 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 249 | 0.67 | 0.73 | 0 | 0.02 | 244.97 | 0.94 | 0.62 |
| Hex | 53 | 44 | F9 | 43 | 49 | 0 | 2 | F5 | 5E | 3E |
| Octal | 123 | 104 | 371 | 103 | 111 | 0 | 2 | 365 | 136 | 76 |
| Binary | 1010011 | 1000100 | 11111001 | 1000011 | 1001001 | 0 | 10 | 11110101 | 1011110 | 111110 |
Color Harmonies of #5344F9
Complementary color
Monochromatic Colors of #5344F9
Black with #5344F9
Text Example
Text Example
White with #5344F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5344F9; }
p { color: rgb(83,68,249); }
H1.HeaderClassName
{
color: #5344F9;
}
.AnyTagClassName
{
color: #5344F9;
}
</style>
background-color css
<style>
a { background-color: #5344F9; }
a { background-color: rgb(83,68,249); }
div.DivClassName
{
background-color: #5344F9;
}
.BgClassName
{
background-color: #5344F9;
}
</style>
border-color css
<style>
span { border-color: #5344F9; }
span { border-color: rgb(83,68,249); }
td.TdClassName
{
border-color: #5344F9;
}
.TagClassName
{
border-color: #5344F9;
}
</style>