Html Css Color HEX #504CFA Neon Blue

📋 copy color: '#504CFA'

red 80 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #504CFA

Tints of Neon Blue #504CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 19.7%
G = 18.72%
B = 61.58%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#504CFA (or 0x504CFA) is known color: Neon Blue. HEX triplet: 50, 4C and FA. RGB value is (80,76,250). Sum of RGB (Red+Green+Blue) = 80+76+250=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #504CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CFA is #AFB305. Grayscale: #606060. Windows color (decimal): -11514630 or 16403536. OLE color: 16403536.

HSL color Cylindrical-coordinate representation of color #504CFA: hue angle of 241.38º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504CFA is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 76 250 -
CMYK 0.68 0.70 0 0.02
HSL 241.38º 0.95% 0.64% -
HSV(B) 241.38º 0.7% 0.98% -
XYZ 23.15 13.78 91.88 -
YUV 97.03 214.33 115.85 -
System Red Green Blue C M Y K H S L
Decimal 80 76 250 0.68 0.70 0 0.02 241.38 0.95 0.64
Hex 50 4C FA 44 46 0 2 F1 5F 40
Octal 120 114 372 104 106 0 2 361 137 100
Binary 1010000 1001100 11111010 1000100 1000110 0 10 11110001 1011111 1000000

Color Harmonies of #504CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CFA

Black with #504CFA

Text Example


Text Example

White with #504CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,76,250); }

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

background-color css

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

 a { background-color: rgb(80,76,250); }

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

border-color css

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

 span { border-color: rgb(80,76,250); }

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