#504CDF

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

Shades of Neon Blue #504CDF

Tints of Neon Blue #504CDF

Color information

#504CDF (or 0x504CDF) is unknown color: approx Neon Blue. HEX triplet: 50, 4C and DF. RGB value is (80,76,223). Sum of RGB (Red+Green+Blue) = 80+76+223=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #504CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CDF is #AFB320. Grayscale: #5D5D5D. Windows color (decimal): -11514657 or 14634064. OLE color: 14634064.

HSL color Cylindrical-coordinate representation of color #504CDF: hue angle of 241.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504CDF is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8076223-
CMYK0.640.6600.13
HSL241.63º69.67%58.63%-
HSV(B)241.63º65.92%87.45%-
XYZ19.2112.271.15-
YUV93.95200.83118.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 223 (87.5% from 255) = 58.84%
R=21.11%
G=20.05%
B=58.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80762230.640.6600.13241.6369.6758.63
Hex504CDF40420Df2463b
Octal12011433710010201536210673
Binary10100001001100110111111000000100001001101111100101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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