Html Css Color HEX #524EFD Neon Blue

📋 copy color: '#524EFD'

red 82 ◦ green 78 ◦ blue 253

#524EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #524EFD

Tints of Neon Blue #524EFD

RGB

 RED value IS 82 (32.42% from 255) = 19.85%

 GREEN value IS 78 (30.86% from 255) = 18.89%

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 19.85%
G = 18.89%
B = 61.26%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#524EFD (or 0x524EFD) is known color: Neon Blue. HEX triplet: 52, 4E and FD. RGB value is (82,78,253). Sum of RGB (Red+Green+Blue) = 82+78+253=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #524EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524EFD is #ADB102. Grayscale: #626262. Windows color (decimal): -11383043 or 16600658. OLE color: 16600658.

HSL color Cylindrical-coordinate representation of color #524EFD: hue angle of 241.37º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #524EFD is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 78 253 -
CMYK 0.68 0.69 0 0.01
HSL 241.37º 0.98% 0.65% -
HSV(B) 241.37º 0.69% 0.99% -
XYZ 23.93 14.33 94.43 -
YUV 99.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 82 78 253 0.68 0.69 0 0.01 241.37 0.98 0.65
Hex 52 4E FD 44 45 0 1 F1 62 41
Octal 122 116 375 104 105 0 1 361 142 101
Binary 1010010 1001110 11111101 1000100 1000101 0 1 11110001 1100010 1000001

Color Harmonies of #524EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EFD

Black with #524EFD

Text Example


Text Example

White with #524EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,78,253); }

 H1.HeaderClassName
 {
   color: #524EFD;
 }
 .AnyTagClassName
 {
   color: #524EFD;
 }
</style>

background-color css

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

 a { background-color: rgb(82,78,253); }

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

border-color css

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

 span { border-color: rgb(82,78,253); }

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