#524CFE

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

Shades of Neon Blue #524CFE

Tints of Neon Blue #524CFE

Color information

#524CFE (or 0x524CFE) is unknown color: approx Neon Blue. HEX triplet: 52, 4C and FE. RGB value is (82,76,254). Sum of RGB (Red+Green+Blue) = 82+76+254=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #524CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CFE is #ADB301. Grayscale: #616161. Windows color (decimal): -11383554 or 16665682. OLE color: 16665682.

HSL color Cylindrical-coordinate representation of color #524CFE: hue angle of 242.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #524CFE is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8276254-
CMYK0.680.7000.00
HSL242.02º98.89%64.71%-
HSV(B)242.02º70.08%99.61%-
XYZ23.9514.1295.23-
YUV98.09215.99116.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 76 (30.08% from 255) = 18.45%
BLUE value IS 254 (99.61% from 255) = 61.65%
R=19.90%
G=18.45%
B=61.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal82762540.680.7000.00242.0298.8964.71
Hex524CFE444600f26341
Octal12211437610410600362143101
Binary101001010011001111111010001001000110001111001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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