#504BF6

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

Shades of Neon Blue #504BF6

Tints of Neon Blue #504BF6

Color information

#504BF6 (or 0x504BF6) is unknown color: approx Neon Blue. HEX triplet: 50, 4B and F6. RGB value is (80,75,246). Sum of RGB (Red+Green+Blue) = 80+75+246=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #504BF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BF6 is #AFB409. Grayscale: #5F5F5F. Windows color (decimal): -11514890 or 16141136. OLE color: 16141136.

HSL color Cylindrical-coordinate representation of color #504BF6: hue angle of 241.75º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504BF6 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8075246-
CMYK0.670.7000.04
HSL241.75º90.48%62.94%-
HSV(B)241.75º69.51%96.47%-
XYZ22.4613.3988.59-
YUV95.99212.66116.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 246 (96.48% from 255) = 61.35%
R=19.95%
G=18.70%
B=61.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80752460.670.7000.04241.7590.4862.94
Hex504BF6434604f25a3f
Octal1201133661031060436213277
Binary1010000100101111110110100001110001100100111100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504BF6; }

 p { color: rgb(80,75,246); }

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

<style>
 a { background-color: #504BF6; }

 a { background-color: rgb(80,75,246); }

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

<style>
 span { border-color: #504BF6; }

 span { border-color: rgb(80,75,246); }

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