Html Css Color HEX #505CF0 Neon Blue

📋 copy color: '#505CF0'

red 80 ◦ green 92 ◦ blue 240

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

Shades of Neon Blue #505CF0

Tints of Neon Blue #505CF0

RGB

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

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

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

R = 19.42%
G = 22.33%
B = 58.25%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#505CF0 (or 0x505CF0) is known color: Neon Blue. HEX triplet: 50, 5C and F0. RGB value is (80,92,240). Sum of RGB (Red+Green+Blue) = 80+92+240=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #505CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CF0 is #AFA30F. Grayscale: #686868. Windows color (decimal): -11510544 or 15752272. OLE color: 15752272.

HSL color Cylindrical-coordinate representation of color #505CF0: hue angle of 235.5º 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 #505CF0 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 92 240 -
CMYK 0.67 0.62 0 0.06
HSL 235.5º 0.84% 0.63% -
HSV(B) 235.5º 0.67% 0.94% -
XYZ 22.86 15.65 84.25 -
YUV 105.28 204.02 109.97 -
System Red Green Blue C M Y K H S L
Decimal 80 92 240 0.67 0.62 0 0.06 235.5 0.84 0.63
Hex 50 5C F0 43 3E 0 6 EC 54 3F
Octal 120 134 360 103 76 0 6 354 124 77
Binary 1010000 1011100 11110000 1000011 111110 0 110 11101100 1010100 111111

Color Harmonies of #505CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CF0

Black with #505CF0

Text Example


Text Example

White with #505CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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