Html Css Color HEX #505AFF Neon Blue

📋 copy color: '#505AFF'

red 80 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #505AFF

Tints of Neon Blue #505AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 255 (100% from 255) = 60%

R = 18.82%
G = 21.18%
B = 60%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#505AFF (or 0x505AFF) is known color: Neon Blue. HEX triplet: 50, 5A and FF. RGB value is (80,90,255). Sum of RGB (Red+Green+Blue) = 80+90+255=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #505AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AFF is #AFA500. Grayscale: #696969. Windows color (decimal): -11511041 or 16734800. OLE color: 16734800.

HSL color Cylindrical-coordinate representation of color #505AFF: hue angle of 236.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #505AFF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 90 255 -
CMYK 0.69 0.65 0 0
HSL 236.57º 1% 0.66% -
HSV(B) 236.57º 0.69% 1% -
XYZ 25.01 16.24 96.42 -
YUV 105.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 80 90 255 0.69 0.65 0 0 236.57 1 0.66
Hex 50 5A FF 45 41 0 0 ED 64 42
Octal 120 132 377 105 101 0 0 355 144 102
Binary 1010000 1011010 11111111 1000101 1000001 0 0 11101101 1100100 1000010

Color Harmonies of #505AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AFF

Black with #505AFF

Text Example


Text Example

White with #505AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,90,255); }

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

background-color css

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

 a { background-color: rgb(80,90,255); }

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

border-color css

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

 span { border-color: rgb(80,90,255); }

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