Html Css Color HEX #503AF4 Neon Blue

📋 copy color: '#503AF4'

red 80 ◦ green 58 ◦ blue 244

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

Shades of Neon Blue #503AF4

Tints of Neon Blue #503AF4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.18%

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

R = 20.94%
G = 15.18%
B = 63.87%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#503AF4 (or 0x503AF4) is known color: Neon Blue. HEX triplet: 50, 3A and F4. RGB value is (80,58,244). Sum of RGB (Red+Green+Blue) = 80+58+244=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 244 (95.70% from 255 or 63.87% from 382); Max value from RGB is 244 - color contains mainly: blue. Hex color #503AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503AF4 is #AFC50B. Grayscale: #555555. Windows color (decimal): -11519244 or 16005712. OLE color: 16005712.

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

Color convert

RGB 80 58 244 -
CMYK 0.67 0.76 0 0.04
HSL 247.1º 0.89% 0.59% -
HSV(B) 247.1º 0.76% 0.96% -
XYZ 21.15 11.26 86.65 -
YUV 85.78 217.29 123.88 -
System Red Green Blue C M Y K H S L
Decimal 80 58 244 0.67 0.76 0 0.04 247.1 0.89 0.59
Hex 50 3A F4 43 4C 0 4 F7 59 3B
Octal 120 72 364 103 114 0 4 367 131 73
Binary 1010000 111010 11110100 1000011 1001100 0 100 11110111 1011001 111011

Color Harmonies of #503AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AF4

Black with #503AF4

Text Example


Text Example

White with #503AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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