Html Css Color HEX #504FEF Neon Blue

📋 copy color: '#504FEF'

red 80 ◦ green 79 ◦ blue 239

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

Shades of Neon Blue #504FEF

Tints of Neon Blue #504FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

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

R = 20.1%
G = 19.85%
B = 60.05%

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

#504FEF (or 0x504FEF) is known color: Neon Blue. HEX triplet: 50, 4F and EF. RGB value is (80,79,239). Sum of RGB (Red+Green+Blue) = 80+79+239=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #504FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504FEF is #AFB010. Grayscale: #606060. Windows color (decimal): -11513873 or 15683408. OLE color: 15683408.

HSL color Cylindrical-coordinate representation of color #504FEF: hue angle of 240.38º 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 #504FEF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 79 239 -
CMYK 0.67 0.67 0 0.06
HSL 240.38º 0.83% 0.62% -
HSV(B) 240.38º 0.67% 0.94% -
XYZ 21.68 13.53 83.13 -
YUV 97.54 207.83 115.49 -
System Red Green Blue C M Y K H S L
Decimal 80 79 239 0.67 0.67 0 0.06 240.38 0.83 0.62
Hex 50 4F EF 43 43 0 6 F0 53 3E
Octal 120 117 357 103 103 0 6 360 123 76
Binary 1010000 1001111 11101111 1000011 1000011 0 110 11110000 1010011 111110

Color Harmonies of #504FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FEF

Black with #504FEF

Text Example


Text Example

White with #504FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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