Html Css Color HEX #504CDF Neon Blue

📋 copy color: '#504CDF'

red 80 ◦ green 76 ◦ blue 223

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

Shades of Neon Blue #504CDF

Tints of Neon Blue #504CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.84%

R = 21.11%
G = 20.05%
B = 58.84%

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

#504CDF (or 0x504CDF) is known color: Neon Blue. HEX triplet: 50, 4C and DF. RGB value is (80,76,223). Sum of RGB (Red+Green+Blue) = 80+76+223=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #504CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CDF is #AFB320. Grayscale: #5D5D5D. Windows color (decimal): -11514657 or 14634064. OLE color: 14634064.

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

Color convert

RGB 80 76 223 -
CMYK 0.64 0.66 0 0.13
HSL 241.63º 0.7% 0.59% -
HSV(B) 241.63º 0.66% 0.87% -
XYZ 19.21 12.2 71.15 -
YUV 93.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 80 76 223 0.64 0.66 0 0.13 241.63 0.7 0.59
Hex 50 4C DF 40 42 0 D F2 46 3B
Octal 120 114 337 100 102 0 15 362 106 73
Binary 1010000 1001100 11011111 1000000 1000010 0 1101 11110010 1000110 111011

Color Harmonies of #504CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CDF

Black with #504CDF

Text Example


Text Example

White with #504CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,76,223); }

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

background-color css

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

 a { background-color: rgb(80,76,223); }

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

border-color css

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

 span { border-color: rgb(80,76,223); }

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