#523BF8

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

Shades of Neon Blue #523BF8

Tints of Neon Blue #523BF8

Color information

#523BF8 (or 0x523BF8) is unknown color: approx Neon Blue. HEX triplet: 52, 3B and F8. RGB value is (82,59,248). Sum of RGB (Red+Green+Blue) = 82+59+248=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 248 (97.27% from 255 or 63.75% from 389); Max value from RGB is 248 - color contains mainly: blue. Hex color #523BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523BF8 is #ADC407. Grayscale: #565656. Windows color (decimal): -11387912 or 16268114. OLE color: 16268114.

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

Color convert

RGB8259248-
CMYK0.670.7600.03
HSL247.3º93.1%60.2%-
HSV(B)247.3º76.21%97.25%-
XYZ21.9911.789.91-
YUV87.42218.62124.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 248 (97.27% from 255) = 63.75%
R=21.08%
G=15.17%
B=63.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal82592480.670.7600.03247.393.160.2
Hex523BF8434C03f75d3c
Octal122733701031140336713574
Binary10100101110111111100010000111001100011111101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,59,248); }

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

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

 a { background-color: rgb(82,59,248); }

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

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

 span { border-color: rgb(82,59,248); }

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