#523FEC

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

Shades of Neon Blue #523FEC

Tints of Neon Blue #523FEC

Color information

#523FEC (or 0x523FEC) is unknown color: approx Neon Blue. HEX triplet: 52, 3F and EC. RGB value is (82,63,236). Sum of RGB (Red+Green+Blue) = 82+63+236=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #523FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523FEC is #ADC013. Grayscale: #575757. Windows color (decimal): -11386900 or 15482706. OLE color: 15482706.

HSL color Cylindrical-coordinate representation of color #523FEC: hue angle of 246.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523FEC is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8263236-
CMYK0.650.7300.07
HSL246.59º81.99%58.63%-
HSV(B)246.59º73.31%92.55%-
XYZ20.411.480.48-
YUV88.4211.29123.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 63 (25% from 255) = 16.54%
BLUE value IS 236 (92.58% from 255) = 61.94%
R=21.52%
G=16.54%
B=61.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82632360.650.7300.07246.5981.9958.63
Hex523FEC414907f7523b
Octal122773541011110736712273
Binary101001011111111101100100000110010010111111101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523FEC; }

 p { color: rgb(82,63,236); }

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

<style>
 a { background-color: #523FEC; }

 a { background-color: rgb(82,63,236); }

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

<style>
 span { border-color: #523FEC; }

 span { border-color: rgb(82,63,236); }

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