#5036EB

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

Shades of Neon Blue #5036EB

Tints of Neon Blue #5036EB

Color information

#5036EB (or 0x5036EB) is unknown color: approx Neon Blue. HEX triplet: 50, 36 and EB. RGB value is (80,54,235). Sum of RGB (Red+Green+Blue) = 80+54+235=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #5036EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5036EB is #AFC914. Grayscale: #515151. Windows color (decimal): -11520277 or 15414864. OLE color: 15414864.

HSL color Cylindrical-coordinate representation of color #5036EB: hue angle of 248.62º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5036EB is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8054235-
CMYK0.660.7700.08
HSL248.62º81.9%56.67%-
HSV(B)248.62º77.02%92.16%-
XYZ19.6210.3479.56-
YUV82.41214.11126.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 235 (92.19% from 255) = 63.69%
R=21.68%
G=14.63%
B=63.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80542350.660.7700.08248.6281.956.67
Hex5036EB424D08f95239
Octal1206635310211501037112271
Binary1010000110110111010111000010100110101000111110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5036EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5036EB; }

 p { color: rgb(80,54,235); }

 H1.HeaderClassName
 {
   color: #5036EB;
 }
 .AnyTagClassName
 {
   color: #5036EB;
 }
</style>
background-color css

<style>
 a { background-color: #5036EB; }

 a { background-color: rgb(80,54,235); }

 div.DivClassName
 {
   background-color: #5036EB;
 }
 .BgClassName
 {
   background-color: #5036EB;
 }
</style>
border-color css

<style>
 span { border-color: #5036EB; }

 span { border-color: rgb(80,54,235); }

 td.TdClassName
 {
   border-color: #5036EB;
 }
 .TagClassName
 {
   border-color: #5036EB;
 }
</style>