#523AF9

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

Shades of Neon Blue #523AF9

Tints of Neon Blue #523AF9

Color information

#523AF9 (or 0x523AF9) is unknown color: approx Neon Blue. HEX triplet: 52, 3A and F9. RGB value is (82,58,249). Sum of RGB (Red+Green+Blue) = 82+58+249=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #523AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523AF9 is #ADC506. Grayscale: #565656. Windows color (decimal): -11388167 or 16333394. OLE color: 16333394.

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

Color convert

RGB8258249-
CMYK0.670.7700.02
HSL247.54º94.09%60.2%-
HSV(B)247.54º76.71%97.65%-
XYZ22.0911.6690.71-
YUV86.95219.45124.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 249 (97.66% from 255) = 64.01%
R=21.08%
G=14.91%
B=64.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82582490.670.7700.02247.5494.0960.2
Hex523AF9434D02f85e3c
Octal122723711031150237013674
Binary10100101110101111100110000111001101010111110001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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