#5035ED

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

Shades of Neon Blue #5035ED

Tints of Neon Blue #5035ED

Color information

#5035ED (or 0x5035ED) is unknown color: approx Neon Blue. HEX triplet: 50, 35 and ED. RGB value is (80,53,237). Sum of RGB (Red+Green+Blue) = 80+53+237=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #5035ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5035ED is #AFCA12. Grayscale: #515151. Windows color (decimal): -11520531 or 15545680. OLE color: 15545680.

HSL color Cylindrical-coordinate representation of color #5035ED: hue angle of 248.8º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5035ED is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8053237-
CMYK0.660.7800.07
HSL248.8º83.64%56.86%-
HSV(B)248.8º77.64%92.94%-
XYZ19.8710.3781.07-
YUV82.05215.45126.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 53 (21.09% from 255) = 14.32%
BLUE value IS 237 (92.97% from 255) = 64.05%
R=21.62%
G=14.32%
B=64.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80532370.660.7800.07248.883.6456.86
Hex5035ED424E07f95439
Octal120653551021160737112471
Binary101000011010111101101100001010011100111111110011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5035ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5035ED; }

 p { color: rgb(80,53,237); }

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

<style>
 a { background-color: #5035ED; }

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

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

<style>
 span { border-color: #5035ED; }

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

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