Html Css Color HEX #503CFB Neon Blue

📋 copy color: '#503CFB'

red 80 ◦ green 60 ◦ blue 251

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

Shades of Neon Blue #503CFB

Tints of Neon Blue #503CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 20.46%
G = 15.35%
B = 64.19%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#503CFB (or 0x503CFB) is known color: Neon Blue. HEX triplet: 50, 3C and FB. RGB value is (80,60,251). Sum of RGB (Red+Green+Blue) = 80+60+251=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #503CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CFB is #AFC304. Grayscale: #575757. Windows color (decimal): -11518725 or 16464976. OLE color: 16464976.

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

Color convert

RGB 80 60 251 -
CMYK 0.68 0.76 0 0.02
HSL 246.28º 0.96% 0.61% -
HSV(B) 246.28º 0.76% 0.98% -
XYZ 22.34 11.9 92.39 -
YUV 87.75 220.13 122.47 -
System Red Green Blue C M Y K H S L
Decimal 80 60 251 0.68 0.76 0 0.02 246.28 0.96 0.61
Hex 50 3C FB 44 4C 0 2 F6 60 3D
Octal 120 74 373 104 114 0 2 366 140 75
Binary 1010000 111100 11111011 1000100 1001100 0 10 11110110 1100000 111101

Color Harmonies of #503CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CFB

Black with #503CFB

Text Example


Text Example

White with #503CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,251); }

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

background-color css

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

 a { background-color: rgb(80,60,251); }

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

border-color css

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

 span { border-color: rgb(80,60,251); }

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