Html Css Color HEX #504EF9 Neon Blue

📋 copy color: '#504EF9'

red 80 ◦ green 78 ◦ blue 249

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

Shades of Neon Blue #504EF9

Tints of Neon Blue #504EF9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

 BLUE value IS 249 (97.66% from 255) = 61.18%

R = 19.66%
G = 19.16%
B = 61.18%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#504EF9 (or 0x504EF9) is known color: Neon Blue. HEX triplet: 50, 4E and F9. RGB value is (80,78,249). Sum of RGB (Red+Green+Blue) = 80+78+249=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #504EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EF9 is #AFB106. Grayscale: #616161. Windows color (decimal): -11514119 or 16338512. OLE color: 16338512.

HSL color Cylindrical-coordinate representation of color #504EF9: hue angle of 240.7º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504EF9 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 78 249 -
CMYK 0.68 0.69 0 0.02
HSL 240.7º 0.93% 0.64% -
HSV(B) 240.7º 0.69% 0.98% -
XYZ 23.13 13.99 91.1 -
YUV 98.09 213.16 115.1 -
System Red Green Blue C M Y K H S L
Decimal 80 78 249 0.68 0.69 0 0.02 240.7 0.93 0.64
Hex 50 4E F9 44 45 0 2 F1 5D 40
Octal 120 116 371 104 105 0 2 361 135 100
Binary 1010000 1001110 11111001 1000100 1000101 0 10 11110001 1011101 1000000

Color Harmonies of #504EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EF9

Black with #504EF9

Text Example


Text Example

White with #504EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,78,249); }

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

background-color css

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

 a { background-color: rgb(80,78,249); }

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

border-color css

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

 span { border-color: rgb(80,78,249); }

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