Html Css Color HEX #504BDD Neon Blue

📋 copy color: '#504BDD'

red 80 ◦ green 75 ◦ blue 221

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

Shades of Neon Blue #504BDD

Tints of Neon Blue #504BDD

RGB

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

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

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

R = 21.28%
G = 19.95%
B = 58.78%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#504BDD (or 0x504BDD) is known color: Neon Blue. HEX triplet: 50, 4B and DD. RGB value is (80,75,221). Sum of RGB (Red+Green+Blue) = 80+75+221=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #504BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BDD is #AFB422. Grayscale: #5C5C5C. Windows color (decimal): -11514915 or 14502736. OLE color: 14502736.

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

Color convert

RGB 80 75 221 -
CMYK 0.64 0.66 0 0.13
HSL 242.05º 0.68% 0.58% -
HSV(B) 242.05º 0.66% 0.87% -
XYZ 18.88 11.96 69.72 -
YUV 93.14 200.16 118.63 -
System Red Green Blue C M Y K H S L
Decimal 80 75 221 0.64 0.66 0 0.13 242.05 0.68 0.58
Hex 50 4B DD 40 42 0 D F2 44 3A
Octal 120 113 335 100 102 0 15 362 104 72
Binary 1010000 1001011 11011101 1000000 1000010 0 1101 11110010 1000100 111010

Color Harmonies of #504BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BDD

Black with #504BDD

Text Example


Text Example

White with #504BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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