#524AFB

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

Shades of Neon Blue #524AFB

Tints of Neon Blue #524AFB

Color information

#524AFB (or 0x524AFB) is unknown color: approx Neon Blue. HEX triplet: 52, 4A and FB. RGB value is (82,74,251). Sum of RGB (Red+Green+Blue) = 82+74+251=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #524AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524AFB is #ADB504. Grayscale: #5F5F5F. Windows color (decimal): -11384069 or 16468562. OLE color: 16468562.

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

Color convert

RGB8274251-
CMYK0.670.7100.02
HSL242.71º95.68%63.73%-
HSV(B)242.71º70.52%98.43%-
XYZ23.3413.6692.67-
YUV96.57215.15117.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 251 (98.44% from 255) = 61.67%
R=20.15%
G=18.18%
B=61.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82742510.670.7100.02242.7195.6863.73
Hex524AFB434702f36040
Octal12211237310310702363140100
Binary1010010100101011111011100001110001110101111001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,74,251); }

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

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

 a { background-color: rgb(82,74,251); }

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

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

 span { border-color: rgb(82,74,251); }

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