#525BF2

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

Shades of Neon Blue #525BF2

Tints of Neon Blue #525BF2

Color information

#525BF2 (or 0x525BF2) is unknown color: approx Neon Blue. HEX triplet: 52, 5B and F2. RGB value is (82,91,242). Sum of RGB (Red+Green+Blue) = 82+91+242=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #525BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525BF2 is #ADA40D. Grayscale: #686868. Windows color (decimal): -11379726 or 15883090. OLE color: 15883090.

HSL color Cylindrical-coordinate representation of color #525BF2: hue angle of 236.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #525BF2 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8291242-
CMYK0.660.6200.05
HSL236.62º86.02%63.53%-
HSV(B)236.62º66.12%94.9%-
XYZ23.2515.6985.81-
YUV105.52205.02111.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 242 (94.92% from 255) = 58.31%
R=19.76%
G=21.93%
B=58.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82912420.660.6200.05236.6286.0263.53
Hex525BF2423E05ed5640
Octal1221333621027605355126100
Binary1010010101101111110010100001011111001011110110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525BF2; }

 p { color: rgb(82,91,242); }

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

<style>
 a { background-color: #525BF2; }

 a { background-color: rgb(82,91,242); }

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

<style>
 span { border-color: #525BF2; }

 span { border-color: rgb(82,91,242); }

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