#5060FB

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

Shades of Neon Blue #5060FB

Tints of Neon Blue #5060FB

Color information

#5060FB (or 0x5060FB) is unknown color: approx Neon Blue. HEX triplet: 50, 60 and FB. RGB value is (80,96,251). Sum of RGB (Red+Green+Blue) = 80+96+251=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #5060FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5060FB is #AF9F04. Grayscale: #6C6C6C. Windows color (decimal): -11509509 or 16474192. OLE color: 16474192.

HSL color Cylindrical-coordinate representation of color #5060FB: hue angle of 234.39º degrees, saturation: 0.96, 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 #5060FB is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8096251-
CMYK0.680.6200.02
HSL234.39º95.53%64.9%-
HSV(B)234.39º68.13%98.43%-
XYZ24.917.0493.24-
YUV108.89208.2107.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 251 (98.44% from 255) = 58.78%
R=18.74%
G=22.48%
B=58.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80962510.680.6200.02234.3995.5364.9
Hex5060FB443E02ea6041
Octal1201403731047602352140101
Binary101000011000001111101110001001111100101110101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5060FB; }

 p { color: rgb(80,96,251); }

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

<style>
 a { background-color: #5060FB; }

 a { background-color: rgb(80,96,251); }

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

<style>
 span { border-color: #5060FB; }

 span { border-color: rgb(80,96,251); }

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