#5058F9

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

Shades of Neon Blue #5058F9

Tints of Neon Blue #5058F9

Color information

#5058F9 (or 0x5058F9) is unknown color: approx Neon Blue. HEX triplet: 50, 58 and F9. RGB value is (80,88,249). Sum of RGB (Red+Green+Blue) = 80+88+249=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #5058F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5058F9 is #AFA706. Grayscale: #676767. Windows color (decimal): -11511559 or 16341072. OLE color: 16341072.

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

Color convert

RGB8088249-
CMYK0.680.6500.02
HSL237.16º93.37%64.51%-
HSV(B)237.16º67.87%97.65%-
XYZ23.915.5291.36-
YUV103.96209.85110.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 249 (97.66% from 255) = 59.71%
R=19.18%
G=21.10%
B=59.71%

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
Decimal80882490.680.6500.02237.1693.3764.51
Hex5058F9444102ed5d41
Octal12013037110410102355135101
Binary1010000101100011111001100010010000010101110110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5058F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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