Html Css Color HEX #505DFF Neon Blue

📋 copy color: '#505DFF'

red 80 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #505DFF

Tints of Neon Blue #505DFF

RGB

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

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

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

R = 18.69%
G = 21.73%
B = 59.58%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#505DFF (or 0x505DFF) is known color: Neon Blue. HEX triplet: 50, 5D and FF. RGB value is (80,93,255). Sum of RGB (Red+Green+Blue) = 80+93+255=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #505DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DFF is #AFA200. Grayscale: #6A6A6A. Windows color (decimal): -11510273 or 16735568. OLE color: 16735568.

HSL color Cylindrical-coordinate representation of color #505DFF: hue angle of 235.54º 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 #505DFF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 93 255 -
CMYK 0.69 0.64 0 0
HSL 235.54º 1% 0.66% -
HSV(B) 235.54º 0.69% 1% -
XYZ 25.27 16.75 96.51 -
YUV 107.58 211.19 108.33 -
System Red Green Blue C M Y K H S L
Decimal 80 93 255 0.69 0.64 0 0 235.54 1 0.66
Hex 50 5D FF 45 40 0 0 EC 64 42
Octal 120 135 377 105 100 0 0 354 144 102
Binary 1010000 1011101 11111111 1000101 1000000 0 0 11101100 1100100 1000010

Color Harmonies of #505DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DFF

Black with #505DFF

Text Example


Text Example

White with #505DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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