#5050F4

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

Shades of Neon Blue #5050F4

Tints of Neon Blue #5050F4

Color information

#5050F4 (or 0x5050F4) is unknown color: approx Neon Blue. HEX triplet: 50, 50 and F4. RGB value is (80,80,244). Sum of RGB (Red+Green+Blue) = 80+80+244=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #5050F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5050F4 is #AFAF0B. Grayscale: #626262. Windows color (decimal): -11513612 or 16011344. OLE color: 16011344.

HSL color Cylindrical-coordinate representation of color #5050F4: hue angle of 240º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5050F4 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8080244-
CMYK0.670.6700.04
HSL240º88.17%63.53%-
HSV(B)240º67.21%95.69%-
XYZ22.5113.9787.1-
YUV98.7210114.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 80 (31.64% from 255) = 19.80%
BLUE value IS 244 (95.70% from 255) = 60.40%
R=19.80%
G=19.80%
B=60.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80802440.670.6700.0424088.1763.53
Hex5050F4434304f05840
Octal12012036410310304360130100
Binary10100001010000111101001000011100001101001111000010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5050F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5050F4; }

 p { color: rgb(80,80,244); }

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

<style>
 a { background-color: #5050F4; }

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

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

<style>
 span { border-color: #5050F4; }

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

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