#525AE8

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

Shades of Neon Blue #525AE8

Tints of Neon Blue #525AE8

Color information

#525AE8 (or 0x525AE8) is unknown color: approx Neon Blue. HEX triplet: 52, 5A and E8. RGB value is (82,90,232). Sum of RGB (Red+Green+Blue) = 82+90+232=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #525AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525AE8 is #ADA517. Grayscale: #676767. Windows color (decimal): -11379992 or 15227474. OLE color: 15227474.

HSL color Cylindrical-coordinate representation of color #525AE8: hue angle of 236.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525AE8 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8290232-
CMYK0.650.6100.09
HSL236.8º76.53%61.57%-
HSV(B)236.8º64.66%90.98%-
XYZ21.714.9378.08-
YUV103.8200.35112.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.30%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 232 (91.02% from 255) = 57.43%
R=20.30%
G=22.28%
B=57.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82902320.650.6100.09236.876.5361.57
Hex525AE8413D09ed4d3e
Octal1221323501017501135511576
Binary1010010101101011101000100000111110101001111011011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525AE8; }

 p { color: rgb(82,90,232); }

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

<style>
 a { background-color: #525AE8; }

 a { background-color: rgb(82,90,232); }

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

<style>
 span { border-color: #525AE8; }

 span { border-color: rgb(82,90,232); }

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