#504CFE

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

Shades of Neon Blue #504CFE

Tints of Neon Blue #504CFE

Color information

#504CFE (or 0x504CFE) is unknown color: approx Neon Blue. HEX triplet: 50, 4C and FE. RGB value is (80,76,254). Sum of RGB (Red+Green+Blue) = 80+76+254=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #504CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CFE is #AFB301. Grayscale: #606060. Windows color (decimal): -11514626 or 16665680. OLE color: 16665680.

HSL color Cylindrical-coordinate representation of color #504CFE: hue angle of 241.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504CFE is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8076254-
CMYK0.690.7000.00
HSL241.35º98.89%64.71%-
HSV(B)241.35º70.08%99.61%-
XYZ23.7814.0395.22-
YUV97.49216.33115.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 76 (30.08% from 255) = 18.54%
BLUE value IS 254 (99.61% from 255) = 61.95%
R=19.51%
G=18.54%
B=61.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal80762540.690.7000.00241.3598.8964.71
Hex504CFE454600f16341
Octal12011437610510600361143101
Binary101000010011001111111010001011000110001111000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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