#6156F2

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

Shades of Neon Blue #6156F2

Tints of Neon Blue #6156F2

Color information

#6156F2 (or 0x6156F2) is unknown color: approx Neon Blue. HEX triplet: 61, 56 and F2. RGB value is (97,86,242). Sum of RGB (Red+Green+Blue) = 97+86+242=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #6156F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6156F2 is #9EA90D. Grayscale: #6A6A6A. Windows color (decimal): -10397966 or 15881825. OLE color: 15881825.

HSL color Cylindrical-coordinate representation of color #6156F2: hue angle of 244.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6156F2 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9786242-
CMYK0.600.6400.05
HSL244.23º85.71%64.31%-
HSV(B)244.23º64.46%94.9%-
XYZ24.2815.6185.74-
YUV107.07204.14120.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 242 (94.92% from 255) = 56.94%
R=22.82%
G=20.24%
B=56.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97862420.600.6400.05244.2385.7164.31
Hex6156F23C4005f45640
Octal1411263627410005364126100
Binary1100001101011011110010111100100000001011111010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6156F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6156F2; }

 p { color: rgb(97,86,242); }

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

<style>
 a { background-color: #6156F2; }

 a { background-color: rgb(97,86,242); }

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

<style>
 span { border-color: #6156F2; }

 span { border-color: rgb(97,86,242); }

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