Html Css Color HEX #503DF2 Neon Blue

📋 copy color: '#503DF2'

red 80 ◦ green 61 ◦ blue 242

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

Shades of Neon Blue #503DF2

Tints of Neon Blue #503DF2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.93%

 BLUE value IS 242 (94.92% from 255) = 63.19%

R = 20.89%
G = 15.93%
B = 63.19%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#503DF2 (or 0x503DF2) is known color: Neon Blue. HEX triplet: 50, 3D and F2. RGB value is (80,61,242). Sum of RGB (Red+Green+Blue) = 80+61+242=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #503DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DF2 is #AFC20D. Grayscale: #565656. Windows color (decimal): -11518478 or 15875408. OLE color: 15875408.

HSL color Cylindrical-coordinate representation of color #503DF2: hue angle of 246.3º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503DF2 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 61 242 -
CMYK 0.67 0.75 0 0.05
HSL 246.3º 0.87% 0.59% -
HSV(B) 246.3º 0.75% 0.95% -
XYZ 21 11.45 85.11 -
YUV 87.32 215.29 122.78 -
System Red Green Blue C M Y K H S L
Decimal 80 61 242 0.67 0.75 0 0.05 246.3 0.87 0.59
Hex 50 3D F2 43 4B 0 5 F6 57 3B
Octal 120 75 362 103 113 0 5 366 127 73
Binary 1010000 111101 11110010 1000011 1001011 0 101 11110110 1010111 111011

Color Harmonies of #503DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DF2

Black with #503DF2

Text Example


Text Example

White with #503DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,61,242); }

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

background-color css

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

 a { background-color: rgb(80,61,242); }

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

border-color css

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

 span { border-color: rgb(80,61,242); }

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