#504DFA

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

Shades of Neon Blue #504DFA

Tints of Neon Blue #504DFA

Color information

#504DFA (or 0x504DFA) is unknown color: approx Neon Blue. HEX triplet: 50, 4D and FA. RGB value is (80,77,250). Sum of RGB (Red+Green+Blue) = 80+77+250=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #504DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DFA is #AFB205. Grayscale: #606060. Windows color (decimal): -11514374 or 16403792. OLE color: 16403792.

HSL color Cylindrical-coordinate representation of color #504DFA: hue angle of 241.04º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504DFA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8077250-
CMYK0.680.6900.02
HSL241.04º94.54%64.12%-
HSV(B)241.04º69.2%98.04%-
XYZ23.2213.9291.9-
YUV97.62213.99115.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 250 (98.05% from 255) = 61.43%
R=19.66%
G=18.92%
B=61.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80772500.680.6900.02241.0494.5464.12
Hex504DFA444502f15f40
Octal12011537210410502361137100
Binary1010000100110111111010100010010001010101111000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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