Html Css Color HEX #503BFD Neon Blue

📋 copy color: '#503BFD'

red 80 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #503BFD

Tints of Neon Blue #503BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

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

R = 20.41%
G = 15.05%
B = 64.54%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#503BFD (or 0x503BFD) is known color: Neon Blue. HEX triplet: 50, 3B and FD. RGB value is (80,59,253). Sum of RGB (Red+Green+Blue) = 80+59+253=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #503BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BFD is #AFC402. Grayscale: #565656. Windows color (decimal): -11518979 or 16595792. OLE color: 16595792.

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

Color convert

RGB 80 59 253 -
CMYK 0.68 0.77 0 0.01
HSL 246.49º 0.98% 0.61% -
HSV(B) 246.49º 0.77% 0.99% -
XYZ 22.6 11.93 94.04 -
YUV 87.4 221.46 122.73 -
System Red Green Blue C M Y K H S L
Decimal 80 59 253 0.68 0.77 0 0.01 246.49 0.98 0.61
Hex 50 3B FD 44 4D 0 1 F6 62 3D
Octal 120 73 375 104 115 0 1 366 142 75
Binary 1010000 111011 11111101 1000100 1001101 0 1 11110110 1100010 111101

Color Harmonies of #503BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BFD

Black with #503BFD

Text Example


Text Example

White with #503BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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