#524BEF

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

Shades of Neon Blue #524BEF

Tints of Neon Blue #524BEF

Color information

#524BEF (or 0x524BEF) is unknown color: approx Neon Blue. HEX triplet: 52, 4B and EF. RGB value is (82,75,239). Sum of RGB (Red+Green+Blue) = 82+75+239=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #524BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524BEF is #ADB410. Grayscale: #5F5F5F. Windows color (decimal): -11383825 or 15682386. OLE color: 15682386.

HSL color Cylindrical-coordinate representation of color #524BEF: hue angle of 242.56º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524BEF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8275239-
CMYK0.660.6900.06
HSL242.56º83.67%61.57%-
HSV(B)242.56º68.62%93.73%-
XYZ21.5813.0683.04-
YUV95.79208.82118.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 239 (93.75% from 255) = 60.35%
R=20.71%
G=18.94%
B=60.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82752390.660.6900.06242.5683.6761.57
Hex524BEF424506f3543e
Octal1221133571021050636312476
Binary1010010100101111101111100001010001010110111100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524BEF; }

 p { color: rgb(82,75,239); }

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

<style>
 a { background-color: #524BEF; }

 a { background-color: rgb(82,75,239); }

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

<style>
 span { border-color: #524BEF; }

 span { border-color: rgb(82,75,239); }

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