#5038df

Color #5038DF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5038DF

Tints of Neon Blue #5038DF

Color information

#5038DF (or 0x5038DF) is unknown color: approx 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

RGB8056223-
CMYK0.640.7500.13
HSL248.62º72.29%54.71%-
HSV(B)248.62º74.89%87.45%-
XYZ18.049.8670.76-
YUV82.21207.45126.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 223 (87.5% from 255) = 62.12%
R=22.28%
G=15.60%
B=62.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80562230.640.7500.13248.6272.2954.71
Hex5038DF404B0Df94837
Octal1207033710011301537111067
Binary1010000111000110111111000000100101101101111110011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5038df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>