Html Css Color HEX #505DF3 Neon Blue

📋 copy color: '#505DF3'

red 80 ◦ green 93 ◦ blue 243

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

Shades of Neon Blue #505DF3

Tints of Neon Blue #505DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

 BLUE value IS 243 (95.31% from 255) = 58.41%

R = 19.23%
G = 22.36%
B = 58.41%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#505DF3 (or 0x505DF3) is known color: Neon Blue. HEX triplet: 50, 5D and F3. RGB value is (80,93,243). Sum of RGB (Red+Green+Blue) = 80+93+243=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #505DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DF3 is #AFA20C. Grayscale: #696969. Windows color (decimal): -11510285 or 15949136. OLE color: 15949136.

HSL color Cylindrical-coordinate representation of color #505DF3: hue angle of 235.21º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #505DF3 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 93 243 -
CMYK 0.67 0.62 0 0.05
HSL 235.21º 0.87% 0.63% -
HSV(B) 235.21º 0.67% 0.95% -
XYZ 23.4 16.01 86.65 -
YUV 106.21 205.19 109.3 -
System Red Green Blue C M Y K H S L
Decimal 80 93 243 0.67 0.62 0 0.05 235.21 0.87 0.63
Hex 50 5D F3 43 3E 0 5 EB 57 3F
Octal 120 135 363 103 76 0 5 353 127 77
Binary 1010000 1011101 11110011 1000011 111110 0 101 11101011 1010111 111111

Color Harmonies of #505DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DF3

Black with #505DF3

Text Example


Text Example

White with #505DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505DF3; }

 p { color: rgb(80,93,243); }

 H1.HeaderClassName
 {
   color: #505DF3;
 }
 .AnyTagClassName
 {
   color: #505DF3;
 }
</style>

background-color css

<style>
 a { background-color: #505DF3; }

 a { background-color: rgb(80,93,243); }

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

border-color css

<style>
 span { border-color: #505DF3; }

 span { border-color: rgb(80,93,243); }

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