#523FFA

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

Shades of Neon Blue #523FFA

Tints of Neon Blue #523FFA

Color information

#523FFA (or 0x523FFA) is unknown color: approx Neon Blue. HEX triplet: 52, 3F and FA. RGB value is (82,63,250). Sum of RGB (Red+Green+Blue) = 82+63+250=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #523FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523FFA is #ADC005. Grayscale: #595959. Windows color (decimal): -11386886 or 16400210. OLE color: 16400210.

HSL color Cylindrical-coordinate representation of color #523FFA: hue angle of 246.1º degrees, saturation: 0.95, 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 #523FFA is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8263250-
CMYK0.670.7500.02
HSL246.1º94.92%61.37%-
HSV(B)246.1º74.8%98.04%-
XYZ22.5112.2591.62-
YUV90218.29122.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 250 (98.05% from 255) = 63.29%
R=20.76%
G=15.95%
B=63.29%

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
Decimal82632500.670.7500.02246.194.9261.37
Hex523FFA434B02f65f3d
Octal122773721031130236613775
Binary10100101111111111101010000111001011010111101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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