Html Css Color HEX #504AF4 Neon Blue

📋 copy color: '#504AF4'

red 80 ◦ green 74 ◦ blue 244

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

Shades of Neon Blue #504AF4

Tints of Neon Blue #504AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 61.31%

R = 20.1%
G = 18.59%
B = 61.31%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#504AF4 (or 0x504AF4) is known color: Neon Blue. HEX triplet: 50, 4A and F4. RGB value is (80,74,244). Sum of RGB (Red+Green+Blue) = 80+74+244=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 244 (95.70% from 255 or 61.31% from 398); Max value from RGB is 244 - color contains mainly: blue. Hex color #504AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AF4 is #AFB50B. Grayscale: #5E5E5E. Windows color (decimal): -11515148 or 16009808. OLE color: 16009808.

HSL color Cylindrical-coordinate representation of color #504AF4: hue angle of 242.12º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504AF4 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 74 244 -
CMYK 0.67 0.70 0 0.04
HSL 242.12º 0.89% 0.62% -
HSV(B) 242.12º 0.7% 0.96% -
XYZ 22.09 13.13 86.96 -
YUV 95.17 211.99 117.18 -
System Red Green Blue C M Y K H S L
Decimal 80 74 244 0.67 0.70 0 0.04 242.12 0.89 0.62
Hex 50 4A F4 43 46 0 4 F2 59 3E
Octal 120 112 364 103 106 0 4 362 131 76
Binary 1010000 1001010 11110100 1000011 1000110 0 100 11110010 1011001 111110

Color Harmonies of #504AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AF4

Black with #504AF4

Text Example


Text Example

White with #504AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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