Shades of Neon Blue #5039DF
Tints of Neon Blue #5039DF
RGB
CMYK
RGB Variations
Color information
#5039DF (or 0x5039DF) is known color: Neon Blue. HEX triplet: 50, 39 and DF. RGB value is (80,57,223). Sum of RGB (Red+Green+Blue) = 80+57+223=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #5039DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039DF is #AFC620. Grayscale: #525252. Windows color (decimal): -11519521 or 14629200. OLE color: 14629200.
HSL color Cylindrical-coordinate representation of color #5039DF: hue angle of 248.31º 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 #5039DF is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 57 | 223 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.13 |
| HSL | 248.31º | 0.72% | 0.55% | - |
| HSV(B) | 248.31º | 0.74% | 0.87% | - |
| XYZ | 18.09 | 9.96 | 70.78 | - |
| YUV | 82.8 | 207.12 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 223 | 0.64 | 0.74 | 0 | 0.13 | 248.31 | 0.72 | 0.55 |
| Hex | 50 | 39 | DF | 40 | 4A | 0 | D | F8 | 48 | 37 |
| Octal | 120 | 71 | 337 | 100 | 112 | 0 | 15 | 370 | 110 | 67 |
| Binary | 1010000 | 111001 | 11011111 | 1000000 | 1001010 | 0 | 1101 | 11111000 | 1001000 | 110111 |
Color Harmonies of #5039DF
Complementary color
Monochromatic Colors of #5039DF
Black with #5039DF
Text Example
Text Example
White with #5039DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5039DF; }
p { color: rgb(80,57,223); }
H1.HeaderClassName
{
color: #5039DF;
}
.AnyTagClassName
{
color: #5039DF;
}
</style>
background-color css
<style>
a { background-color: #5039DF; }
a { background-color: rgb(80,57,223); }
div.DivClassName
{
background-color: #5039DF;
}
.BgClassName
{
background-color: #5039DF;
}
</style>
border-color css
<style>
span { border-color: #5039DF; }
span { border-color: rgb(80,57,223); }
td.TdClassName
{
border-color: #5039DF;
}
.TagClassName
{
border-color: #5039DF;
}
</style>