Html Css Color HEX #503FDD Neon Blue

📋 copy color: '#503FDD'

red 80 ◦ green 63 ◦ blue 221

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

Shades of Neon Blue #503FDD

Tints of Neon Blue #503FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 21.98%
G = 17.31%
B = 60.71%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#503FDD (or 0x503FDD) is known color: Neon Blue. HEX triplet: 50, 3F and DD. RGB value is (80,63,221). Sum of RGB (Red+Green+Blue) = 80+63+221=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #503FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FDD is #AFC022. Grayscale: #555555. Windows color (decimal): -11517987 or 14499664. OLE color: 14499664.

HSL color Cylindrical-coordinate representation of color #503FDD: hue angle of 246.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503FDD is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 63 221 -
CMYK 0.64 0.71 0 0.13
HSL 246.46º 0.7% 0.56% -
HSV(B) 246.46º 0.71% 0.87% -
XYZ 18.14 10.48 69.47 -
YUV 86.1 204.13 123.65 -
System Red Green Blue C M Y K H S L
Decimal 80 63 221 0.64 0.71 0 0.13 246.46 0.7 0.56
Hex 50 3F DD 40 47 0 D F6 46 38
Octal 120 77 335 100 107 0 15 366 106 70
Binary 1010000 111111 11011101 1000000 1000111 0 1101 11110110 1000110 111000

Color Harmonies of #503FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FDD

Black with #503FDD

Text Example


Text Example

White with #503FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,63,221); }

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

background-color css

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

 a { background-color: rgb(80,63,221); }

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

border-color css

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

 span { border-color: rgb(80,63,221); }

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