#523EF9

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

Shades of Neon Blue #523EF9

Tints of Neon Blue #523EF9

Color information

#523EF9 (or 0x523EF9) is unknown color: approx Neon Blue. HEX triplet: 52, 3E and F9. RGB value is (82,62,249). Sum of RGB (Red+Green+Blue) = 82+62+249=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 249 (97.66% from 255 or 63.36% from 393); Max value from RGB is 249 - color contains mainly: blue. Hex color #523EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523EF9 is #ADC106. Grayscale: #585858. Windows color (decimal): -11387143 or 16334418. OLE color: 16334418.

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

Color convert

RGB8262249-
CMYK0.670.7500.02
HSL246.42º93.97%60.98%-
HSV(B)246.42º75.1%97.65%-
XYZ22.312.0890.78-
YUV89.3218.13122.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 249 (97.66% from 255) = 63.36%
R=20.87%
G=15.78%
B=63.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82622490.670.7500.02246.4293.9760.98
Hex523EF9434B02f65e3d
Octal122763711031130236613675
Binary10100101111101111100110000111001011010111101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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