#504CF3

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

Shades of Neon Blue #504CF3

Tints of Neon Blue #504CF3

Color information

#504CF3 (or 0x504CF3) is unknown color: approx Neon Blue. HEX triplet: 50, 4C and F3. RGB value is (80,76,243). Sum of RGB (Red+Green+Blue) = 80+76+243=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 243 (95.31% from 255 or 60.90% from 399); Max value from RGB is 243 - color contains mainly: blue. Hex color #504CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CF3 is #AFB30C. Grayscale: #5F5F5F. Windows color (decimal): -11514637 or 15944784. OLE color: 15944784.

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

Color convert

RGB8076243-
CMYK0.670.6900.05
HSL241.44º87.43%62.55%-
HSV(B)241.44º68.72%95.29%-
XYZ22.0713.3586.21-
YUV96.23210.83116.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 243 (95.31% from 255) = 60.90%
R=20.05%
G=19.05%
B=60.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80762430.670.6900.05241.4487.4362.55
Hex504CF3434505f1573f
Octal1201143631031050536112777
Binary1010000100110011110011100001110001010101111100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,243); }

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

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

 a { background-color: rgb(80,76,243); }

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

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

 span { border-color: rgb(80,76,243); }

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