Html Css Color HEX #503BFF Neon Blue

📋 copy color: '#503BFF'

red 80 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #503BFF

Tints of Neon Blue #503BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.72%

R = 20.3%
G = 14.97%
B = 64.72%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#503BFF (or 0x503BFF) is known color: Neon Blue. HEX triplet: 50, 3B and FF. RGB value is (80,59,255). Sum of RGB (Red+Green+Blue) = 80+59+255=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #503BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BFF is #AFC400. Grayscale: #565656. Windows color (decimal): -11518977 or 16726864. OLE color: 16726864.

HSL color Cylindrical-coordinate representation of color #503BFF: hue angle of 246.43º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503BFF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 59 255 -
CMYK 0.69 0.77 0 0
HSL 246.43º 1% 0.62% -
HSV(B) 246.43º 0.77% 1% -
XYZ 22.92 12.05 95.73 -
YUV 87.62 222.46 122.56 -
System Red Green Blue C M Y K H S L
Decimal 80 59 255 0.69 0.77 0 0 246.43 1 0.62
Hex 50 3B FF 45 4D 0 0 F6 64 3E
Octal 120 73 377 105 115 0 0 366 144 76
Binary 1010000 111011 11111111 1000101 1001101 0 0 11110110 1100100 111110

Color Harmonies of #503BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BFF

Black with #503BFF

Text Example


Text Example

White with #503BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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