#504DF1

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

Shades of Neon Blue #504DF1

Tints of Neon Blue #504DF1

Color information

#504DF1 (or 0x504DF1) is unknown color: approx Neon Blue. HEX triplet: 50, 4D and F1. RGB value is (80,77,241). Sum of RGB (Red+Green+Blue) = 80+77+241=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #504DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DF1 is #AFB20E. Grayscale: #5F5F5F. Windows color (decimal): -11514383 or 15813968. OLE color: 15813968.

HSL color Cylindrical-coordinate representation of color #504DF1: hue angle of 241.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504DF1 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8077241-
CMYK0.670.6800.05
HSL241.1º85.42%62.35%-
HSV(B)241.1º68.05%94.51%-
XYZ21.8413.3684.65-
YUV96.59209.49116.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.10%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 241 (94.53% from 255) = 60.55%
R=20.10%
G=19.35%
B=60.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80772410.670.6800.05241.185.4262.35
Hex504DF1434405f1553e
Octal1201153611031040536112576
Binary1010000100110111110001100001110001000101111100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,241); }

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

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

 a { background-color: rgb(80,77,241); }

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

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

 span { border-color: rgb(80,77,241); }

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