#504fe2

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

Shades of Neon Blue #504FE2

Tints of Neon Blue #504FE2

Color information

#504FE2 (or 0x504FE2) is unknown color: approx Neon Blue. HEX triplet: 50, 4F and E2. RGB value is (80,79,226). Sum of RGB (Red+Green+Blue) = 80+79+226=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #504FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FE2 is #AFB01D. Grayscale: #5F5F5F. Windows color (decimal): -11513886 or 14831440. OLE color: 14831440.

HSL color Cylindrical-coordinate representation of color #504FE2: hue angle of 240.41º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504FE2 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8079226-
CMYK0.650.6500.11
HSL240.41º71.71%59.8%-
HSV(B)240.41º65.04%88.63%-
XYZ19.8312.7973.37-
YUV96.06201.33116.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 226 (88.67% from 255) = 58.70%
R=20.78%
G=20.52%
B=58.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80792260.650.6500.11240.4171.7159.8
Hex504FE241410Bf0483c
Octal12011734210110101336011074
Binary10100001001111111000101000001100000101011111100001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,79,226); }

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

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

 a { background-color: rgb(80,79,226); }

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

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

 span { border-color: rgb(80,79,226); }

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