Html Css Color HEX #505DF0 Neon Blue

📋 copy color: '#505DF0'

red 80 ◦ green 93 ◦ blue 240

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

Shades of Neon Blue #505DF0

Tints of Neon Blue #505DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.11%

R = 19.37%
G = 22.52%
B = 58.11%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#505DF0 (or 0x505DF0) is known color: Neon Blue. HEX triplet: 50, 5D and F0. RGB value is (80,93,240). Sum of RGB (Red+Green+Blue) = 80+93+240=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #505DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DF0 is #AFA20F. Grayscale: #696969. Windows color (decimal): -11510288 or 15752528. OLE color: 15752528.

HSL color Cylindrical-coordinate representation of color #505DF0: hue angle of 235.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #505DF0 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 93 240 -
CMYK 0.67 0.61 0 0.06
HSL 235.13º 0.84% 0.63% -
HSV(B) 235.13º 0.67% 0.94% -
XYZ 22.95 15.83 84.28 -
YUV 105.87 203.69 109.55 -
System Red Green Blue C M Y K H S L
Decimal 80 93 240 0.67 0.61 0 0.06 235.13 0.84 0.63
Hex 50 5D F0 43 3D 0 6 EB 54 3F
Octal 120 135 360 103 75 0 6 353 124 77
Binary 1010000 1011101 11110000 1000011 111101 0 110 11101011 1010100 111111

Color Harmonies of #505DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DF0

Black with #505DF0

Text Example


Text Example

White with #505DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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