#524FFF

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

Shades of Neon Blue #524FFF

Tints of Neon Blue #524FFF

Color information

#524FFF (or 0x524FFF) is unknown color: approx Neon Blue. HEX triplet: 52, 4F and FF. RGB value is (82,79,255). Sum of RGB (Red+Green+Blue) = 82+79+255=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #524FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524FFF is #ADB000. Grayscale: #636363. Windows color (decimal): -11382785 or 16731986. OLE color: 16731986.

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

Color convert

RGB8279255-
CMYK0.680.6900
HSL241.02º100%65.49%-
HSV(B)241.02º69.02%100%-
XYZ24.3314.6196.14-
YUV99.96215.49115.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 255 (100% from 255) = 61.30%
R=19.71%
G=18.99%
B=61.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal82792550.680.6900241.0210065.49
Hex524FFF444500f16441
Octal12211737710410500361144101
Binary101001010011111111111110001001000101001111000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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