Html Css Color HEX #504ADD Neon Blue

📋 copy color: '#504ADD'

red 80 ◦ green 74 ◦ blue 221

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

Shades of Neon Blue #504ADD

Tints of Neon Blue #504ADD

RGB

 RED value IS 80 (31.64% from 255) = 21.33%

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 21.33%
G = 19.73%
B = 58.93%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#504ADD (or 0x504ADD) is known color: Neon Blue. HEX triplet: 50, 4A and DD. RGB value is (80,74,221). Sum of RGB (Red+Green+Blue) = 80+74+221=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #504ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ADD is #AFB522. Grayscale: #5B5B5B. Windows color (decimal): -11515171 or 14502480. OLE color: 14502480.

HSL color Cylindrical-coordinate representation of color #504ADD: hue angle of 242.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504ADD is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 74 221 -
CMYK 0.64 0.67 0 0.13
HSL 242.45º 0.68% 0.58% -
HSV(B) 242.45º 0.67% 0.87% -
XYZ 18.81 11.82 69.7 -
YUV 92.55 200.49 119.05 -
System Red Green Blue C M Y K H S L
Decimal 80 74 221 0.64 0.67 0 0.13 242.45 0.68 0.58
Hex 50 4A DD 40 43 0 D F2 44 3A
Octal 120 112 335 100 103 0 15 362 104 72
Binary 1010000 1001010 11011101 1000000 1000011 0 1101 11110010 1000100 111010

Color Harmonies of #504ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ADD

Black with #504ADD

Text Example


Text Example

White with #504ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504ADD; }

 p { color: rgb(80,74,221); }

 H1.HeaderClassName
 {
   color: #504ADD;
 }
 .AnyTagClassName
 {
   color: #504ADD;
 }
</style>

background-color css

<style>
 a { background-color: #504ADD; }

 a { background-color: rgb(80,74,221); }

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

border-color css

<style>
 span { border-color: #504ADD; }

 span { border-color: rgb(80,74,221); }

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