#523DFF

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

Shades of Neon Blue #523DFF

Tints of Neon Blue #523DFF

Color information

#523DFF (or 0x523DFF) is unknown color: approx Neon Blue. HEX triplet: 52, 3D and FF. RGB value is (82,61,255). Sum of RGB (Red+Green+Blue) = 82+61+255=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #523DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523DFF is #ADC200. Grayscale: #585858. Windows color (decimal): -11387393 or 16727378. OLE color: 16727378.

HSL color Cylindrical-coordinate representation of color #523DFF: hue angle of 246.49º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #523DFF is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8261255-
CMYK0.680.7600
HSL246.49º100%61.96%-
HSV(B)246.49º76.08%100%-
XYZ23.212.3595.77-
YUV89.4221.46122.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 255 (100% from 255) = 64.07%
R=20.60%
G=15.33%
B=64.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal82612550.680.7600246.4910061.96
Hex523DFF444C00f6643e
Octal122753771041140036614476
Binary1010010111101111111111000100100110000111101101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,255); }

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

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

 a { background-color: rgb(82,61,255); }

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

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

 span { border-color: rgb(82,61,255); }

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