Html Css Color HEX #524DED Neon Blue

📋 copy color: '#524DED'

red 82 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #524DED

Tints of Neon Blue #524DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 20.71%
G = 19.44%
B = 59.85%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#524DED (or 0x524DED) is known color: Neon Blue. HEX triplet: 52, 4D and ED. RGB value is (82,77,237). Sum of RGB (Red+Green+Blue) = 82+77+237=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #524DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524DED is #ADB212. Grayscale: #606060. Windows color (decimal): -11383315 or 15551826. OLE color: 15551826.

HSL color Cylindrical-coordinate representation of color #524DED: hue angle of 241.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524DED is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 77 237 -
CMYK 0.65 0.68 0 0.07
HSL 241.88º 0.82% 0.62% -
HSV(B) 241.88º 0.68% 0.93% -
XYZ 21.42 13.22 81.54 -
YUV 96.74 207.16 117.49 -
System Red Green Blue C M Y K H S L
Decimal 82 77 237 0.65 0.68 0 0.07 241.88 0.82 0.62
Hex 52 4D ED 41 44 0 7 F2 52 3E
Octal 122 115 355 101 104 0 7 362 122 76
Binary 1010010 1001101 11101101 1000001 1000100 0 111 11110010 1010010 111110

Color Harmonies of #524DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524DED

Black with #524DED

Text Example


Text Example

White with #524DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,77,237); }

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

background-color css

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

 a { background-color: rgb(82,77,237); }

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

border-color css

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

 span { border-color: rgb(82,77,237); }

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