Html Css Color HEX #504EEF Neon Blue

📋 copy color: '#504EEF'

red 80 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #504EEF

Tints of Neon Blue #504EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 20.15%
G = 19.65%
B = 60.2%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#504EEF (or 0x504EEF) is known color: Neon Blue. HEX triplet: 50, 4E and EF. RGB value is (80,78,239). Sum of RGB (Red+Green+Blue) = 80+78+239=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #504EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EEF is #AFB110. Grayscale: #606060. Windows color (decimal): -11514129 or 15683152. OLE color: 15683152.

HSL color Cylindrical-coordinate representation of color #504EEF: hue angle of 240.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504EEF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 78 239 -
CMYK 0.67 0.67 0 0.06
HSL 240.75º 0.83% 0.62% -
HSV(B) 240.75º 0.67% 0.94% -
XYZ 21.61 13.39 83.11 -
YUV 96.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 80 78 239 0.67 0.67 0 0.06 240.75 0.83 0.62
Hex 50 4E EF 43 43 0 6 F1 53 3E
Octal 120 116 357 103 103 0 6 361 123 76
Binary 1010000 1001110 11101111 1000011 1000011 0 110 11110001 1010011 111110

Color Harmonies of #504EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EEF

Black with #504EEF

Text Example


Text Example

White with #504EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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