Html Css Color HEX #504EFE Neon Blue

📋 copy color: '#504EFE'

red 80 ◦ green 78 ◦ blue 254

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

Shades of Neon Blue #504EFE

Tints of Neon Blue #504EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 19.42%
G = 18.93%
B = 61.65%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#504EFE (or 0x504EFE) is known color: Neon Blue. HEX triplet: 50, 4E and FE. RGB value is (80,78,254). Sum of RGB (Red+Green+Blue) = 80+78+254=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #504EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EFE is #AFB101. Grayscale: #616161. Windows color (decimal): -11514114 or 16666192. OLE color: 16666192.

HSL color Cylindrical-coordinate representation of color #504EFE: hue angle of 240.68º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504EFE is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 78 254 -
CMYK 0.69 0.69 0 0.00
HSL 240.68º 0.99% 0.65% -
HSV(B) 240.68º 0.69% 1% -
XYZ 23.92 14.31 95.27 -
YUV 98.66 215.66 114.69 -
System Red Green Blue C M Y K H S L
Decimal 80 78 254 0.69 0.69 0 0.00 240.68 0.99 0.65
Hex 50 4E FE 45 45 0 0 F1 63 41
Octal 120 116 376 105 105 0 0 361 143 101
Binary 1010000 1001110 11111110 1000101 1000101 0 0 11110001 1100011 1000001

Color Harmonies of #504EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EFE

Black with #504EFE

Text Example


Text Example

White with #504EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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