Html Css Color HEX #503EFD Neon Blue

📋 copy color: '#503EFD'

red 80 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #503EFD

Tints of Neon Blue #503EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 20.25%
G = 15.7%
B = 64.05%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#503EFD (or 0x503EFD) is known color: Neon Blue. HEX triplet: 50, 3E and FD. RGB value is (80,62,253). Sum of RGB (Red+Green+Blue) = 80+62+253=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #503EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503EFD is #AFC102. Grayscale: #585858. Windows color (decimal): -11518211 or 16596560. OLE color: 16596560.

HSL color Cylindrical-coordinate representation of color #503EFD: hue angle of 245.65º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503EFD is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 62 253 -
CMYK 0.68 0.75 0 0.01
HSL 245.65º 0.98% 0.62% -
HSV(B) 245.65º 0.75% 0.99% -
XYZ 22.76 12.24 94.09 -
YUV 89.16 220.46 121.47 -
System Red Green Blue C M Y K H S L
Decimal 80 62 253 0.68 0.75 0 0.01 245.65 0.98 0.62
Hex 50 3E FD 44 4B 0 1 F6 62 3E
Octal 120 76 375 104 113 0 1 366 142 76
Binary 1010000 111110 11111101 1000100 1001011 0 1 11110110 1100010 111110

Color Harmonies of #503EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EFD

Black with #503EFD

Text Example


Text Example

White with #503EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,62,253); }

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

background-color css

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

 a { background-color: rgb(80,62,253); }

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

border-color css

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

 span { border-color: rgb(80,62,253); }

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