#524CF9

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

Shades of Neon Blue #524CF9

Tints of Neon Blue #524CF9

Color information

#524CF9 (or 0x524CF9) is unknown color: approx Neon Blue. HEX triplet: 52, 4C and F9. RGB value is (82,76,249). Sum of RGB (Red+Green+Blue) = 82+76+249=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #524CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CF9 is #ADB306. Grayscale: #606060. Windows color (decimal): -11383559 or 16338002. OLE color: 16338002.

HSL color Cylindrical-coordinate representation of color #524CF9: hue angle of 242.08º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524CF9 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8276249-
CMYK0.670.6900.02
HSL242.08º93.51%63.73%-
HSV(B)242.08º69.48%97.65%-
XYZ23.1613.891.07-
YUV97.52213.49116.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 249 (97.66% from 255) = 61.18%
R=20.15%
G=18.67%
B=61.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82762490.670.6900.02242.0893.5163.73
Hex524CF9434502f25e40
Octal12211437110310502362136100
Binary1010010100110011111001100001110001010101111001010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,249); }

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

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

 a { background-color: rgb(82,76,249); }

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

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

 span { border-color: rgb(82,76,249); }

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