Html Css Color HEX #504BE0 Neon Blue

📋 copy color: '#504BE0'

red 80 ◦ green 75 ◦ blue 224

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

Shades of Neon Blue #504BE0

Tints of Neon Blue #504BE0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

 BLUE value IS 224 (87.89% from 255) = 59.1%

R = 21.11%
G = 19.79%
B = 59.1%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#504BE0 (or 0x504BE0) is known color: Neon Blue. HEX triplet: 50, 4B and E0. RGB value is (80,75,224). Sum of RGB (Red+Green+Blue) = 80+75+224=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #504BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BE0 is #AFB41F. Grayscale: #5C5C5C. Windows color (decimal): -11514912 or 14699344. OLE color: 14699344.

HSL color Cylindrical-coordinate representation of color #504BE0: hue angle of 242.01º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504BE0 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 75 224 -
CMYK 0.64 0.67 0 0.12
HSL 242.01º 0.71% 0.59% -
HSV(B) 242.01º 0.67% 0.88% -
XYZ 19.28 12.12 71.84 -
YUV 93.48 201.66 118.38 -
System Red Green Blue C M Y K H S L
Decimal 80 75 224 0.64 0.67 0 0.12 242.01 0.71 0.59
Hex 50 4B E0 40 43 0 C F2 47 3B
Octal 120 113 340 100 103 0 14 362 107 73
Binary 1010000 1001011 11100000 1000000 1000011 0 1100 11110010 1000111 111011

Color Harmonies of #504BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BE0

Black with #504BE0

Text Example


Text Example

White with #504BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,75,224); }

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

background-color css

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

 a { background-color: rgb(80,75,224); }

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

border-color css

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

 span { border-color: rgb(80,75,224); }

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