#526AFB

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

Shades of Neon Blue #526AFB

Tints of Neon Blue #526AFB

Color information

#526AFB (or 0x526AFB) is unknown color: approx Neon Blue. HEX triplet: 52, 6A and FB. RGB value is (82,106,251). Sum of RGB (Red+Green+Blue) = 82+106+251=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #526AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526AFB is #AD9504. Grayscale: #727272. Windows color (decimal): -11375877 or 16476754. OLE color: 16476754.

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

Color convert

RGB82106251-
CMYK0.670.5800.02
HSL231.48º95.48%65.29%-
HSV(B)231.48º67.33%98.43%-
XYZ26.0519.0793.57-
YUV115.35204.55104.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 251 (98.44% from 255) = 57.18%
R=18.68%
G=24.15%
B=57.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821062510.670.5800.02231.4895.4865.29
Hex526AFB433A02e75f41
Octal1221523731037202347137101
Binary101001011010101111101110000111110100101110011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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