#504BDE

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

Shades of Neon Blue #504BDE

Tints of Neon Blue #504BDE

Color information

#504BDE (or 0x504BDE) is unknown color: approx Neon Blue. HEX triplet: 50, 4B and DE. RGB value is (80,75,222). Sum of RGB (Red+Green+Blue) = 80+75+222=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #504BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BDE is #AFB421. Grayscale: #5C5C5C. Windows color (decimal): -11514914 or 14568272. OLE color: 14568272.

HSL color Cylindrical-coordinate representation of color #504BDE: hue angle of 242.04º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504BDE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8075222-
CMYK0.640.6600.13
HSL242.04º69.01%58.24%-
HSV(B)242.04º66.22%87.06%-
XYZ19.0112.0170.42-
YUV93.25200.66118.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 222 (87.11% from 255) = 58.89%
R=21.22%
G=19.89%
B=58.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80752220.640.6600.13242.0469.0158.24
Hex504BDE40420Df2453a
Octal12011333610010201536210572
Binary10100001001011110111101000000100001001101111100101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504BDE; }

 p { color: rgb(80,75,222); }

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

<style>
 a { background-color: #504BDE; }

 a { background-color: rgb(80,75,222); }

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

<style>
 span { border-color: #504BDE; }

 span { border-color: rgb(80,75,222); }

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