#5053FC

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

Shades of Neon Blue #5053FC

Tints of Neon Blue #5053FC

Color information

#5053FC (or 0x5053FC) is unknown color: approx Neon Blue. HEX triplet: 50, 53 and FC. RGB value is (80,83,252). Sum of RGB (Red+Green+Blue) = 80+83+252=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #5053FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5053FC is #AFAC03. Grayscale: #646464. Windows color (decimal): -11512836 or 16536400. OLE color: 16536400.

HSL color Cylindrical-coordinate representation of color #5053FC: hue angle of 238.95º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5053FC is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8083252-
CMYK0.680.6700.01
HSL238.95º96.63%65.1%-
HSV(B)238.95º68.25%98.82%-
XYZ23.9714.9293.71-
YUV101.37213.01112.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 252 (98.83% from 255) = 60.72%
R=19.28%
G=20%
B=60.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal80832520.680.6700.01238.9596.6365.1
Hex5053FC444301ef6141
Octal12012337410410301357141101
Binary101000010100111111110010001001000011011110111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5053FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5053FC; }

 p { color: rgb(80,83,252); }

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

<style>
 a { background-color: #5053FC; }

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

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

<style>
 span { border-color: #5053FC; }

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

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