Html Css Color HEX #524CEB Neon Blue

📋 copy color: '#524CEB'

red 82 ◦ green 76 ◦ blue 235

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

Shades of Neon Blue #524CEB

Tints of Neon Blue #524CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

 BLUE value IS 235 (92.19% from 255) = 59.8%

R = 20.87%
G = 19.34%
B = 59.8%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#524CEB (or 0x524CEB) is known color: Neon Blue. HEX triplet: 52, 4C and EB. RGB value is (82,76,235). Sum of RGB (Red+Green+Blue) = 82+76+235=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #524CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524CEB is #ADB314. Grayscale: #5F5F5F. Windows color (decimal): -11383573 or 15420498. OLE color: 15420498.

HSL color Cylindrical-coordinate representation of color #524CEB: hue angle of 242.26º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524CEB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 76 235 -
CMYK 0.65 0.68 0 0.08
HSL 242.26º 0.8% 0.61% -
HSV(B) 242.26º 0.68% 0.92% -
XYZ 21.06 12.96 79.99 -
YUV 95.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 82 76 235 0.65 0.68 0 0.08 242.26 0.8 0.61
Hex 52 4C EB 41 44 0 8 F2 50 3D
Octal 122 114 353 101 104 0 10 362 120 75
Binary 1010010 1001100 11101011 1000001 1000100 0 1000 11110010 1010000 111101

Color Harmonies of #524CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CEB

Black with #524CEB

Text Example


Text Example

White with #524CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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