#524BF1

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

Shades of Neon Blue #524BF1

Tints of Neon Blue #524BF1

Color information

#524BF1 (or 0x524BF1) is unknown color: approx Neon Blue. HEX triplet: 52, 4B and F1. RGB value is (82,75,241). Sum of RGB (Red+Green+Blue) = 82+75+241=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #524BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524BF1 is #ADB40E. Grayscale: #5F5F5F. Windows color (decimal): -11383823 or 15813458. OLE color: 15813458.

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

Color convert

RGB8275241-
CMYK0.660.6900.05
HSL242.53º85.57%61.96%-
HSV(B)242.53º68.88%94.51%-
XYZ21.8713.1884.61-
YUV96.02209.82118-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 241 (94.53% from 255) = 60.55%
R=20.60%
G=18.84%
B=60.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82752410.660.6900.05242.5385.5761.96
Hex524BF1424505f3563e
Octal1221133611021050536312676
Binary1010010100101111110001100001010001010101111100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,75,241); }

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

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

 a { background-color: rgb(82,75,241); }

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

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

 span { border-color: rgb(82,75,241); }

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