#5057FF

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

Shades of Neon Blue #5057FF

Tints of Neon Blue #5057FF

Color information

#5057FF (or 0x5057FF) is unknown color: approx Neon Blue. HEX triplet: 50, 57 and FF. RGB value is (80,87,255). Sum of RGB (Red+Green+Blue) = 80+87+255=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #5057FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5057FF is #AFA800. Grayscale: #676767. Windows color (decimal): -11511809 or 16734032. OLE color: 16734032.

HSL color Cylindrical-coordinate representation of color #5057FF: hue angle of 237.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5057FF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8087255-
CMYK0.690.6600
HSL237.6º100%65.69%-
HSV(B)237.6º68.63%100%-
XYZ24.7715.7496.34-
YUV104.06213.18110.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 255 (100% from 255) = 60.43%
R=18.96%
G=20.62%
B=60.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal80872550.690.6600237.610065.69
Hex5057FF454200ee6442
Octal12012737710510200356144102
Binary101000010101111111111110001011000010001110111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5057FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5057FF; }

 p { color: rgb(80,87,255); }

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

<style>
 a { background-color: #5057FF; }

 a { background-color: rgb(80,87,255); }

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

<style>
 span { border-color: #5057FF; }

 span { border-color: rgb(80,87,255); }

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