Html Css Color HEX #505DFB Neon Blue

📋 copy color: '#505DFB'

red 80 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #505DFB

Tints of Neon Blue #505DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.2%

R = 18.87%
G = 21.93%
B = 59.2%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#505DFB (or 0x505DFB) is known color: Neon Blue. HEX triplet: 50, 5D and FB. RGB value is (80,93,251). Sum of RGB (Red+Green+Blue) = 80+93+251=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #505DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DFB is #AFA204. Grayscale: #6A6A6A. Windows color (decimal): -11510277 or 16473424. OLE color: 16473424.

HSL color Cylindrical-coordinate representation of color #505DFB: hue angle of 235.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #505DFB is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 93 251 -
CMYK 0.68 0.63 0 0.02
HSL 235.44º 0.96% 0.65% -
HSV(B) 235.44º 0.68% 0.98% -
XYZ 24.64 16.5 93.15 -
YUV 107.13 209.19 108.65 -
System Red Green Blue C M Y K H S L
Decimal 80 93 251 0.68 0.63 0 0.02 235.44 0.96 0.65
Hex 50 5D FB 44 3F 0 2 EB 60 41
Octal 120 135 373 104 77 0 2 353 140 101
Binary 1010000 1011101 11111011 1000100 111111 0 10 11101011 1100000 1000001

Color Harmonies of #505DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DFB

Black with #505DFB

Text Example


Text Example

White with #505DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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