#5057F9

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

Shades of Neon Blue #5057F9

Tints of Neon Blue #5057F9

Color information

#5057F9 (or 0x5057F9) is unknown color: approx Neon Blue. HEX triplet: 50, 57 and F9. RGB value is (80,87,249). Sum of RGB (Red+Green+Blue) = 80+87+249=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #5057F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5057F9 is #AFA806. Grayscale: #666666. Windows color (decimal): -11511815 or 16340816. OLE color: 16340816.

HSL color Cylindrical-coordinate representation of color #5057F9: hue angle of 237.51º degrees, saturation: 0.93, 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 #5057F9 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8087249-
CMYK0.680.6500.02
HSL237.51º93.37%64.51%-
HSV(B)237.51º67.87%97.65%-
XYZ23.8215.3691.33-
YUV103.38210.18111.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 249 (97.66% from 255) = 59.86%
R=19.23%
G=20.91%
B=59.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80872490.680.6500.02237.5193.3764.51
Hex5057F9444102ee5d41
Octal12012737110410102356135101
Binary1010000101011111111001100010010000010101110111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5057F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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