#523AF7

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

Shades of Neon Blue #523AF7

Tints of Neon Blue #523AF7

Color information

#523AF7 (or 0x523AF7) is unknown color: approx Neon Blue. HEX triplet: 52, 3A and F7. RGB value is (82,58,247). Sum of RGB (Red+Green+Blue) = 82+58+247=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 247 (96.88% from 255 or 63.82% from 387); Max value from RGB is 247 - color contains mainly: blue. Hex color #523AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523AF7 is #ADC508. Grayscale: #555555. Windows color (decimal): -11388169 or 16202322. OLE color: 16202322.

HSL color Cylindrical-coordinate representation of color #523AF7: hue angle of 247.62º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #523AF7 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8258247-
CMYK0.670.7700.03
HSL247.62º92.2%59.8%-
HSV(B)247.62º76.52%96.86%-
XYZ21.7811.5489.07-
YUV86.72218.45124.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 247 (96.88% from 255) = 63.82%
R=21.19%
G=14.99%
B=63.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82582470.670.7700.03247.6292.259.8
Hex523AF7434D03f85c3c
Octal122723671031150337013474
Binary10100101110101111011110000111001101011111110001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,58,247); }

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

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

 a { background-color: rgb(82,58,247); }

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

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

 span { border-color: rgb(82,58,247); }

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