Html Css Color HEX #524EEF Neon Blue

📋 copy color: '#524EEF'

red 82 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #524EEF

Tints of Neon Blue #524EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 20.55%
G = 19.55%
B = 59.9%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#524EEF (or 0x524EEF) is known color: Neon Blue. HEX triplet: 52, 4E and EF. RGB value is (82,78,239). Sum of RGB (Red+Green+Blue) = 82+78+239=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #524EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524EEF is #ADB110. Grayscale: #606060. Windows color (decimal): -11383057 or 15683154. OLE color: 15683154.

HSL color Cylindrical-coordinate representation of color #524EEF: hue angle of 241.49º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524EEF is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 78 239 -
CMYK 0.66 0.67 0 0.06
HSL 241.49º 0.83% 0.62% -
HSV(B) 241.49º 0.67% 0.94% -
XYZ 21.78 13.47 83.11 -
YUV 97.55 207.83 116.91 -
System Red Green Blue C M Y K H S L
Decimal 82 78 239 0.66 0.67 0 0.06 241.49 0.83 0.62
Hex 52 4E EF 42 43 0 6 F1 53 3E
Octal 122 116 357 102 103 0 6 361 123 76
Binary 1010010 1001110 11101111 1000010 1000011 0 110 11110001 1010011 111110

Color Harmonies of #524EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EEF

Black with #524EEF

Text Example


Text Example

White with #524EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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