Html Css Color HEX #504EFC Neon Blue

📋 copy color: '#504EFC'

red 80 ◦ green 78 ◦ blue 252

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

Shades of Neon Blue #504EFC

Tints of Neon Blue #504EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.46%

R = 19.51%
G = 19.02%
B = 61.46%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#504EFC (or 0x504EFC) is known color: Neon Blue. HEX triplet: 50, 4E and FC. RGB value is (80,78,252). Sum of RGB (Red+Green+Blue) = 80+78+252=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #504EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EFC is #AFB103. Grayscale: #616161. Windows color (decimal): -11514116 or 16535120. OLE color: 16535120.

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

Color convert

RGB 80 78 252 -
CMYK 0.68 0.69 0 0.01
HSL 240.69º 0.97% 0.65% -
HSV(B) 240.69º 0.69% 0.99% -
XYZ 23.6 14.18 93.59 -
YUV 98.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 80 78 252 0.68 0.69 0 0.01 240.69 0.97 0.65
Hex 50 4E FC 44 45 0 1 F1 61 41
Octal 120 116 374 104 105 0 1 361 141 101
Binary 1010000 1001110 11111100 1000100 1000101 0 1 11110001 1100001 1000001

Color Harmonies of #504EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EFC

Black with #504EFC

Text Example


Text Example

White with #504EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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