Html Css Color HEX #505CFF Neon Blue

📋 copy color: '#505CFF'

red 80 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #505CFF

Tints of Neon Blue #505CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

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

R = 18.74%
G = 21.55%
B = 59.72%

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

#505CFF (or 0x505CFF) is known color: Neon Blue. HEX triplet: 50, 5C and FF. RGB value is (80,92,255). Sum of RGB (Red+Green+Blue) = 80+92+255=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #505CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CFF is #AFA300. Grayscale: #6A6A6A. Windows color (decimal): -11510529 or 16735312. OLE color: 16735312.

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

Color convert

RGB 80 92 255 -
CMYK 0.69 0.64 0 0
HSL 235.89º 1% 0.66% -
HSV(B) 235.89º 0.69% 1% -
XYZ 25.19 16.58 96.48 -
YUV 106.99 211.52 108.75 -
System Red Green Blue C M Y K H S L
Decimal 80 92 255 0.69 0.64 0 0 235.89 1 0.66
Hex 50 5C FF 45 40 0 0 EC 64 42
Octal 120 134 377 105 100 0 0 354 144 102
Binary 1010000 1011100 11111111 1000101 1000000 0 0 11101100 1100100 1000010

Color Harmonies of #505CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CFF

Black with #505CFF

Text Example


Text Example

White with #505CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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