#5055EF

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

Shades of Neon Blue #5055EF

Tints of Neon Blue #5055EF

Color information

#5055EF (or 0x5055EF) is unknown color: approx Neon Blue. HEX triplet: 50, 55 and EF. RGB value is (80,85,239). Sum of RGB (Red+Green+Blue) = 80+85+239=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #5055EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5055EF is #AFAA10. Grayscale: #646464. Windows color (decimal): -11512337 or 15684944. OLE color: 15684944.

HSL color Cylindrical-coordinate representation of color #5055EF: hue angle of 238.11º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5055EF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8085239-
CMYK0.670.6400.06
HSL238.11º83.25%62.55%-
HSV(B)238.11º66.53%93.73%-
XYZ22.1414.4383.28-
YUV101.06205.84112.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=19.80%
G=21.04%
B=59.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80852390.670.6400.06238.1183.2562.55
Hex5055EF434006ee533f
Octal1201253571031000635612377
Binary1010000101010111101111100001110000000110111011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5055EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5055EF; }

 p { color: rgb(80,85,239); }

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

<style>
 a { background-color: #5055EF; }

 a { background-color: rgb(80,85,239); }

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

<style>
 span { border-color: #5055EF; }

 span { border-color: rgb(80,85,239); }

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