Html Css Color HEX #505DF7 Neon Blue

📋 copy color: '#505DF7'

red 80 ◦ green 93 ◦ blue 247

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

Shades of Neon Blue #505DF7

Tints of Neon Blue #505DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 58.81%

R = 19.05%
G = 22.14%
B = 58.81%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#505DF7 (or 0x505DF7) is known color: Neon Blue. HEX triplet: 50, 5D and F7. RGB value is (80,93,247). Sum of RGB (Red+Green+Blue) = 80+93+247=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #505DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DF7 is #AFA208. Grayscale: #6A6A6A. Windows color (decimal): -11510281 or 16211280. OLE color: 16211280.

HSL color Cylindrical-coordinate representation of color #505DF7: hue angle of 235.33º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #505DF7 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 93 247 -
CMYK 0.68 0.62 0 0.03
HSL 235.33º 0.91% 0.64% -
HSV(B) 235.33º 0.68% 0.97% -
XYZ 24.01 16.25 89.87 -
YUV 106.67 207.19 108.98 -
System Red Green Blue C M Y K H S L
Decimal 80 93 247 0.68 0.62 0 0.03 235.33 0.91 0.64
Hex 50 5D F7 44 3E 0 3 EB 5B 40
Octal 120 135 367 104 76 0 3 353 133 100
Binary 1010000 1011101 11110111 1000100 111110 0 11 11101011 1011011 1000000

Color Harmonies of #505DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DF7

Black with #505DF7

Text Example


Text Example

White with #505DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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