#5054FA

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

Shades of Neon Blue #5054FA

Tints of Neon Blue #5054FA

Color information

#5054FA (or 0x5054FA) is unknown color: approx Neon Blue. HEX triplet: 50, 54 and FA. RGB value is (80,84,250). Sum of RGB (Red+Green+Blue) = 80+84+250=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #5054FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5054FA is #AFAB05. Grayscale: #656565. Windows color (decimal): -11512582 or 16405584. OLE color: 16405584.

HSL color Cylindrical-coordinate representation of color #5054FA: hue angle of 238.59º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5054FA is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8084250-
CMYK0.680.6600.02
HSL238.59º94.44%64.71%-
HSV(B)238.59º68%98.04%-
XYZ23.7314.9592.08-
YUV101.73211.67112.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=19.32%
G=20.29%
B=60.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80842500.680.6600.02238.5994.4464.71
Hex5054FA444202ef5e41
Octal12012437210410202357136101
Binary1010000101010011111010100010010000100101110111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5054FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5054FA; }

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

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

<style>
 a { background-color: #5054FA; }

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

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

<style>
 span { border-color: #5054FA; }

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

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