Html Css Color HEX #504EFF Neon Blue

📋 copy color: '#504EFF'

red 80 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #504EFF

Tints of Neon Blue #504EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.74%

R = 19.37%
G = 18.89%
B = 61.74%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#504EFF (or 0x504EFF) is known color: Neon Blue. HEX triplet: 50, 4E and FF. RGB value is (80,78,255). Sum of RGB (Red+Green+Blue) = 80+78+255=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #504EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EFF is #AFB100. Grayscale: #626262. Windows color (decimal): -11514113 or 16731728. OLE color: 16731728.

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

Color convert

RGB 80 78 255 -
CMYK 0.69 0.69 0 0
HSL 240.68º 1% 0.65% -
HSV(B) 240.68º 0.69% 1% -
XYZ 24.08 14.37 96.11 -
YUV 98.78 216.16 114.61 -
System Red Green Blue C M Y K H S L
Decimal 80 78 255 0.69 0.69 0 0 240.68 1 0.65
Hex 50 4E FF 45 45 0 0 F1 64 41
Octal 120 116 377 105 105 0 0 361 144 101
Binary 1010000 1001110 11111111 1000101 1000101 0 0 11110001 1100100 1000001

Color Harmonies of #504EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EFF

Black with #504EFF

Text Example


Text Example

White with #504EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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