Html Css Color HEX #524EDF Neon Blue

📋 copy color: '#524EDF'

red 82 ◦ green 78 ◦ blue 223

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

Shades of Neon Blue #524EDF

Tints of Neon Blue #524EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.22%

R = 21.41%
G = 20.37%
B = 58.22%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#524EDF (or 0x524EDF) is known color: Neon Blue. HEX triplet: 52, 4E and DF. RGB value is (82,78,223). Sum of RGB (Red+Green+Blue) = 82+78+223=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #524EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EDF is #ADB120. Grayscale: #5F5F5F. Windows color (decimal): -11383073 or 14634578. OLE color: 14634578.

HSL color Cylindrical-coordinate representation of color #524EDF: hue angle of 241.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524EDF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 78 223 -
CMYK 0.63 0.65 0 0.13
HSL 241.66º 0.69% 0.59% -
HSV(B) 241.66º 0.65% 0.87% -
XYZ 19.52 12.57 71.21 -
YUV 95.73 199.83 118.21 -
System Red Green Blue C M Y K H S L
Decimal 82 78 223 0.63 0.65 0 0.13 241.66 0.69 0.59
Hex 52 4E DF 3F 41 0 D F2 45 3B
Octal 122 116 337 77 101 0 15 362 105 73
Binary 1010010 1001110 11011111 111111 1000001 0 1101 11110010 1000101 111011

Color Harmonies of #524EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EDF

Black with #524EDF

Text Example


Text Example

White with #524EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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