Shades of Neon Blue #5339DF
Tints of Neon Blue #5339DF
RGB
CMYK
RGB Variations
Color information
#5339DF (or 0x5339DF) is known color: Neon Blue. HEX triplet: 53, 39 and DF. RGB value is (83,57,223). Sum of RGB (Red+Green+Blue) = 83+57+223=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #5339DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5339DF is #ACC620. Grayscale: #535353. Windows color (decimal): -11322913 or 14629203. OLE color: 14629203.
HSL color Cylindrical-coordinate representation of color #5339DF: hue angle of 249.4º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5339DF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 57 | 223 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.13 |
| HSL | 249.4º | 0.72% | 0.55% | - |
| HSV(B) | 249.4º | 0.74% | 0.87% | - |
| XYZ | 18.35 | 10.09 | 70.79 | - |
| YUV | 83.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 223 | 0.63 | 0.74 | 0 | 0.13 | 249.4 | 0.72 | 0.55 |
| Hex | 53 | 39 | DF | 3F | 4A | 0 | D | F9 | 48 | 37 |
| Octal | 123 | 71 | 337 | 77 | 112 | 0 | 15 | 371 | 110 | 67 |
| Binary | 1010011 | 111001 | 11011111 | 111111 | 1001010 | 0 | 1101 | 11111001 | 1001000 | 110111 |
Color Harmonies of #5339DF
Complementary color
Monochromatic Colors of #5339DF
Black with #5339DF
Text Example
Text Example
White with #5339DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5339DF; }
p { color: rgb(83,57,223); }
H1.HeaderClassName
{
color: #5339DF;
}
.AnyTagClassName
{
color: #5339DF;
}
</style>
background-color css
<style>
a { background-color: #5339DF; }
a { background-color: rgb(83,57,223); }
div.DivClassName
{
background-color: #5339DF;
}
.BgClassName
{
background-color: #5339DF;
}
</style>
border-color css
<style>
span { border-color: #5339DF; }
span { border-color: rgb(83,57,223); }
td.TdClassName
{
border-color: #5339DF;
}
.TagClassName
{
border-color: #5339DF;
}
</style>