Shades of Neon Blue #5038DF
Tints of Neon Blue #5038DF
RGB
CMYK
RGB Variations
Color information
#5038DF (or 0x5038DF) is known color: Neon Blue. HEX triplet: 50, 38 and DF. RGB value is (80,56,223). Sum of RGB (Red+Green+Blue) = 80+56+223=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #5038DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038DF is #AFC720. Grayscale: #515151. Windows color (decimal): -11519777 or 14628944. OLE color: 14628944.
HSL color Cylindrical-coordinate representation of color #5038DF: hue angle of 248.62º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5038DF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 56 | 223 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.13 |
| HSL | 248.62º | 0.72% | 0.55% | - |
| HSV(B) | 248.62º | 0.75% | 0.87% | - |
| XYZ | 18.04 | 9.86 | 70.76 | - |
| YUV | 82.21 | 207.45 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 223 | 0.64 | 0.75 | 0 | 0.13 | 248.62 | 0.72 | 0.55 |
| Hex | 50 | 38 | DF | 40 | 4B | 0 | D | F9 | 48 | 37 |
| Octal | 120 | 70 | 337 | 100 | 113 | 0 | 15 | 371 | 110 | 67 |
| Binary | 1010000 | 111000 | 11011111 | 1000000 | 1001011 | 0 | 1101 | 11111001 | 1001000 | 110111 |
Color Harmonies of #5038DF
Complementary color
Monochromatic Colors of #5038DF
Black with #5038DF
Text Example
Text Example
White with #5038DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5038DF; }
p { color: rgb(80,56,223); }
H1.HeaderClassName
{
color: #5038DF;
}
.AnyTagClassName
{
color: #5038DF;
}
</style>
background-color css
<style>
a { background-color: #5038DF; }
a { background-color: rgb(80,56,223); }
div.DivClassName
{
background-color: #5038DF;
}
.BgClassName
{
background-color: #5038DF;
}
</style>
border-color css
<style>
span { border-color: #5038DF; }
span { border-color: rgb(80,56,223); }
td.TdClassName
{
border-color: #5038DF;
}
.TagClassName
{
border-color: #5038DF;
}
</style>