Html Css Color HEX #504AFA Neon Blue

📋 copy color: '#504AFA'

red 80 ◦ green 74 ◦ blue 250

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

Shades of Neon Blue #504AFA

Tints of Neon Blue #504AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

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

R = 19.8%
G = 18.32%
B = 61.88%

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

#504AFA (or 0x504AFA) is known color: Neon Blue. HEX triplet: 50, 4A and FA. RGB value is (80,74,250). Sum of RGB (Red+Green+Blue) = 80+74+250=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #504AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AFA is #AFB505. Grayscale: #5F5F5F. Windows color (decimal): -11515142 or 16403024. OLE color: 16403024.

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

Color convert

RGB 80 74 250 -
CMYK 0.68 0.70 0 0.02
HSL 242.05º 0.95% 0.64% -
HSV(B) 242.05º 0.7% 0.98% -
XYZ 23.01 13.51 91.84 -
YUV 95.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 80 74 250 0.68 0.70 0 0.02 242.05 0.95 0.64
Hex 50 4A FA 44 46 0 2 F2 5F 40
Octal 120 112 372 104 106 0 2 362 137 100
Binary 1010000 1001010 11111010 1000100 1000110 0 10 11110010 1011111 1000000

Color Harmonies of #504AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AFA

Black with #504AFA

Text Example


Text Example

White with #504AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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