#524DEC

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

Shades of Neon Blue #524DEC

Tints of Neon Blue #524DEC

Color information

#524DEC (or 0x524DEC) is unknown color: approx Neon Blue. HEX triplet: 52, 4D and EC. RGB value is (82,77,236). Sum of RGB (Red+Green+Blue) = 82+77+236=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #524DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524DEC is #ADB213. Grayscale: #5F5F5F. Windows color (decimal): -11383316 or 15486290. OLE color: 15486290.

HSL color Cylindrical-coordinate representation of color #524DEC: hue angle of 241.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524DEC is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8277236-
CMYK0.650.6700.07
HSL241.89º80.71%61.37%-
HSV(B)241.89º67.37%92.55%-
XYZ21.2713.1680.78-
YUV96.62206.66117.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 236 (92.58% from 255) = 59.75%
R=20.76%
G=19.49%
B=59.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82772360.650.6700.07241.8980.7161.37
Hex524DEC414307f2513d
Octal1221153541011030736212175
Binary1010010100110111101100100000110000110111111100101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,236); }

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

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

 a { background-color: rgb(82,77,236); }

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

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

 span { border-color: rgb(82,77,236); }

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