Html Css Color HEX #504DFC Neon Blue

📋 copy color: '#504DFC'

red 80 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #504DFC

Tints of Neon Blue #504DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

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

R = 19.56%
G = 18.83%
B = 61.61%

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

#504DFC (or 0x504DFC) is known color: Neon Blue. HEX triplet: 50, 4D and FC. RGB value is (80,77,252). Sum of RGB (Red+Green+Blue) = 80+77+252=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #504DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DFC is #AFB203. Grayscale: #616161. Windows color (decimal): -11514372 or 16534864. OLE color: 16534864.

HSL color Cylindrical-coordinate representation of color #504DFC: hue angle of 241.03º 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 #504DFC is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 77 252 -
CMYK 0.68 0.69 0 0.01
HSL 241.03º 0.97% 0.65% -
HSV(B) 241.03º 0.69% 0.99% -
XYZ 23.53 14.04 93.57 -
YUV 97.85 214.99 115.27 -
System Red Green Blue C M Y K H S L
Decimal 80 77 252 0.68 0.69 0 0.01 241.03 0.97 0.65
Hex 50 4D FC 44 45 0 1 F1 61 41
Octal 120 115 374 104 105 0 1 361 141 101
Binary 1010000 1001101 11111100 1000100 1000101 0 1 11110001 1100001 1000001

Color Harmonies of #504DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504DFC

Black with #504DFC

Text Example


Text Example

White with #504DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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