#505FFB

Color #505FFB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #505FFB

Tints of Neon Blue #505FFB

Color information

#505FFB (or 0x505FFB) is unknown color: approx Neon Blue. HEX triplet: 50, 5F and FB. RGB value is (80,95,251). Sum of RGB (Red+Green+Blue) = 80+95+251=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #505FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505FFB is #AFA004. Grayscale: #6B6B6B. Windows color (decimal): -11509765 or 16473936. OLE color: 16473936.

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

Color convert

RGB8095251-
CMYK0.680.6200.02
HSL234.74º95.53%64.9%-
HSV(B)234.74º68.13%98.43%-
XYZ24.8116.8593.21-
YUV108.3208.53107.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.78%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 251 (98.44% from 255) = 58.92%
R=18.78%
G=22.30%
B=58.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal80952510.680.6200.02234.7495.5364.9
Hex505FFB443E02eb6041
Octal1201373731047602353140101
Binary101000010111111111101110001001111100101110101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505FFB;
 }
 .AnyTagClassName
 {
   color: #505FFB;
 }
</style>
background-color css

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

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

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

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

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

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