#504CEF

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

Shades of Neon Blue #504CEF

Tints of Neon Blue #504CEF

Color information

#504CEF (or 0x504CEF) is unknown color: approx Neon Blue. HEX triplet: 50, 4C and EF. RGB value is (80,76,239). Sum of RGB (Red+Green+Blue) = 80+76+239=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #504CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CEF is #AFB310. Grayscale: #5F5F5F. Windows color (decimal): -11514641 or 15682640. OLE color: 15682640.

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

Color convert

RGB8076239-
CMYK0.670.6800.06
HSL241.47º83.59%61.76%-
HSV(B)241.47º68.2%93.73%-
XYZ21.4713.1183.06-
YUV95.78208.83116.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 239 (93.75% from 255) = 60.51%
R=20.25%
G=19.24%
B=60.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80762390.670.6800.06241.4783.5961.76
Hex504CEF434406f1543e
Octal1201143571031040636112476
Binary1010000100110011101111100001110001000110111100011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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